aboutsummaryrefslogtreecommitdiff
path: root/libio/ioperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/ioperror.c')
-rw-r--r--libio/ioperror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/ioperror.c b/libio/ioperror.c
index 55d822b..7ca72b0 100644
--- a/libio/ioperror.c
+++ b/libio/ioperror.c
@@ -10,8 +10,8 @@ extern char* _IO_strerror __P((int));
#endif
void
-DEFUN(_IO_perror, (s),
- const char *s)
+_IO_perror (s)
+ const char *s;
{
char *error = _IO_strerror (errno);