From: Ulrich Drepper Date: Mon, 13 Jul 1998 09:42:19 +0000 (+0000) Subject: (_IO_cleanup_registration_needed): Use __PMT. X-Git-Tag: cvs/glibc-2_0_95~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a12b5dc78b9e59cd7db665a45e8f553bd4146eed;p=thirdparty%2Fglibc.git (_IO_cleanup_registration_needed): Use __PMT. --- diff --git a/libio/libioP.h b/libio/libioP.h index 8e8e61843ae..765dfbcd7fd 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)