about summary refs log tree commit diff
path: root/misc/sys/cdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys/cdefs.h')
-rw-r--r--misc/sys/cdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
index 65e0aa3cc4..1449d2e502 100644
--- a/misc/sys/cdefs.h
+++ b/misc/sys/cdefs.h
@@ -57,8 +57,8 @@
 /* These two macros are not usde in glibc anymore.  They are kept here
    only because some other projects expect the macros to be
    defined.  */
-# define __P(args)	BROKEN BROKEN args
-# define __PMT(args)	BROKEN BROKEN args
+# define __P(args)	args
+# define __PMT(args)	args
 
 #else	/* Not GCC.  */