]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_IO_cleanup_registration_needed): Use __PMT.
authorUlrich Drepper <drepper@redhat.com>
Mon, 13 Jul 1998 09:42:19 +0000 (09:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 13 Jul 1998 09:42:19 +0000 (09:42 +0000)
libio/libioP.h

index 8e8e61843ae04984363a194d1125603981462980..765dfbcd7fd0a4894aabfecf6f398a6a232889cb 100644 (file)
@@ -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)