]> code.delx.au - gnu-emacs/blobdiff - lib/fpending.h
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
[gnu-emacs] / lib / fpending.h
index 4eca3f18e17087803ac4fd729b6883e0329f1c36..5a1b2ad9442c168fa6f8f57a0ad1aa5ea5eb3d68 100644 (file)
@@ -1,6 +1,6 @@
 /* Declare __fpending.
 
-   Copyright (C) 2000, 2003, 2005-2006, 2009-2013 Free Software Foundation,
+   Copyright (C) 2000, 2003, 2005-2006, 2009-2015 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -24,6 +24,6 @@
 # include <stdio_ext.h>
 #endif
 
-#ifndef __fpending
-size_t __fpending (FILE *);
+#if !HAVE_DECL___FPENDING
+size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE;
 #endif