aboutsummaryrefslogtreecommitdiff
path: root/libio/libio.h
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@lisa.cygnus.com>1997-12-11 11:41:22 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-11 11:41:22 -0700
commit6564e475c62ea04ce761da91e9edf4a16b25c1e5 (patch)
tree929aa02b5f81c5e6a48e8e42abb05121cb4702ed /libio/libio.h
parentfc50a8b9f2a84feb8e5a53a00ea5fde89297fefa (diff)
downloadgcc-6564e475c62ea04ce761da91e9edf4a16b25c1e5.zip
gcc-6564e475c62ea04ce761da91e9edf4a16b25c1e5.tar.gz
gcc-6564e475c62ea04ce761da91e9edf4a16b25c1e5.tar.bz2
libio.h (__P): Name its arg `p' instead of `params'.
* libio.h (__P): Name its arg `p' instead of `params'. Avoids problems with an unchanged Solaris math.h header. Bring over from devo. From-SVN: r17043
Diffstat (limited to 'libio/libio.h')
-rw-r--r--libio/libio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/libio.h b/libio/libio.h
index b7f8af7..da97285 100644
--- a/libio/libio.h
+++ b/libio/libio.h
@@ -55,9 +55,9 @@
# include <sys/cdefs.h>
# else
# ifdef __STDC__
-# define __P(protos) protos
+# define __P(p) p
# else
-# define __P(protos) ()
+# define __P(p) ()
# endif
# endif
#endif /*!__P*/