diff options
author | Marek Polacek <polacek@redhat.com> | 2012-01-31 20:02:53 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-31 20:02:53 +0000 |
commit | 69db4f8f463e509a3e5ccc00e70aa9f94c359d34 (patch) | |
tree | ab473bd1cf67bcd6263c383809a27d03b4f62381 /libio/libio.h | |
parent | 41b81892f11fe1353123e892158b53de73863d62 (diff) | |
download | glibc-69db4f8f463e509a3e5ccc00e70aa9f94c359d34.zip glibc-69db4f8f463e509a3e5ccc00e70aa9f94c359d34.tar.gz glibc-69db4f8f463e509a3e5ccc00e70aa9f94c359d34.tar.bz2 |
Remove PARAMS macros.
Diffstat (limited to 'libio/libio.h')
-rw-r--r-- | libio/libio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libio/libio.h b/libio/libio.h index 8997524..c37211f 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -67,11 +67,6 @@ # endif #endif /*!__P*/ -/* For backward compatibility */ -#ifndef _PARAMS -# define _PARAMS(protos) __P(protos) -#endif /*!_PARAMS*/ - #define _IO_UNIFIED_JUMPTABLES 1 #ifndef _G_HAVE_PRINTF_FP # define _IO_USE_DTOA 1 |