]> code.delx.au - gnu-emacs/blobdiff - lib/fpending.h
Fix an error in Tramp for rsync
[gnu-emacs] / lib / fpending.h
index 30d67fcd74f30de601af35920862126ec5dd2f37..61008aa7658a5b587eb5c12933b3c2c0769918f8 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-2016 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
+#if !HAVE_DECL___FPENDING
 size_t __fpending (FILE *) _GL_ATTRIBUTE_PURE;
 #endif