about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-14 18:05:52 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-14 18:05:52 +0000
commit5d156bb641c71070aab9129fe1dac03287b9938a (patch)
tree925b988b40f17a94ab2a17ff8d2f434093372222 /misc
parent79937577d1e3e01b3fcc618366a9d7f78feed272 (diff)
downloadglibc-5d156bb641c71070aab9129fe1dac03287b9938a.tar.gz
glibc-5d156bb641c71070aab9129fe1dac03287b9938a.tar.xz
glibc-5d156bb641c71070aab9129fe1dac03287b9938a.zip
Update.
2004-09-14  Ulrich Drepper  <drepper@redhat.com>

	* misc/sys/cdefs.h: Remove debugging text from __P and __PMT.
Diffstat (limited to 'misc')
-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.  */