(_IO_cleanup_registration_needed): Use __PMT.

This commit is contained in:
Ulrich Drepper 1998-07-13 09:42:19 +00:00
parent d7cbcc06d6
commit a12b5dc78b
1 changed files with 1 additions and 1 deletions

View 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)