aboutsummaryrefslogtreecommitdiff
path: root/libio/strfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'libio/strfile.h')
-rw-r--r--libio/strfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/strfile.h b/libio/strfile.h
index a0e47021f6e..5a33dca22d9 100644
--- a/libio/strfile.h
+++ b/libio/strfile.h
@@ -28,8 +28,8 @@
Merge into libio.h ?
#endif
-typedef void *(*_IO_alloc_type) __P ((_IO_size_t));
-typedef void (*_IO_free_type) __P ((void*));
+typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t));
+typedef void (*_IO_free_type) __PMT ((void*));
struct _IO_str_fields
{