diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-13 09:42:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-13 09:42:19 +0000 |
commit | a12b5dc78b9e59cd7db665a45e8f553bd4146eed (patch) | |
tree | 71553b84f05d8b7510b546e20d2371ce40396df9 /libio | |
parent | d7cbcc06d699a5aea7ffdc617133fde83658b787 (diff) | |
download | glibc-a12b5dc78b9e59cd7db665a45e8f553bd4146eed.tar.gz glibc-a12b5dc78b9e59cd7db665a45e8f553bd4146eed.tar.xz glibc-a12b5dc78b9e59cd7db665a45e8f553bd4146eed.zip |
(_IO_cleanup_registration_needed): Use __PMT.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/libioP.h | 2 |
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) |