diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/libio.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libio/libio.h b/libio/libio.h index c37211f8ec..c9a2fcf040 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -59,12 +59,7 @@ #endif #ifndef __P -# if _G_HAVE_SYS_CDEFS -# include <sys/cdefs.h> -# else -# define __P(p) p -# define __PMT(p) p -# endif +# include <sys/cdefs.h> #endif /*!__P*/ #define _IO_UNIFIED_JUMPTABLES 1 |