summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-13 09:42:19 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-13 09:42:19 +0000
commita12b5dc78b9e59cd7db665a45e8f553bd4146eed (patch)
tree71553b84f05d8b7510b546e20d2371ce40396df9
parentd7cbcc06d699a5aea7ffdc617133fde83658b787 (diff)
(_IO_cleanup_registration_needed): Use __PMT.
-rw-r--r--libio/libioP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/libioP.h b/libio/libioP.h
index 8e8e61843a..765dfbcd7f 100644
--- a/libio/libioP.h
+++ b/libio/libioP.h
@@ -440,7 +440,7 @@ extern int _IO_outfloat __P ((double __value, _IO_FILE *__sb, int __type,
int __sign_mode, int __fill));
extern _IO_FILE *_IO_list_all;
-extern void (*_IO_cleanup_registration_needed) __P ((void));
+extern void (*_IO_cleanup_registration_needed) __PMT ((void));
#ifndef EOF
# define EOF (-1)