diff options
Diffstat (limited to 'misc/sys/cdefs.h')
-rw-r--r-- | misc/sys/cdefs.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 2271e10fdc..65e0aa3cc4 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -54,10 +54,11 @@ # define __NTH(fct) fct # endif # endif -# define __P(args) args __THROW -/* This macro will be used for functions which might take C++ callback - functions. */ -# define __PMT(args) args +/* 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 #else /* Not GCC. */ |