summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/unixsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/unixsupport.h')
-rw-r--r--otherlibs/unix/unixsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/unixsupport.h b/otherlibs/unix/unixsupport.h
index c8b7e1e03..557383619 100644
--- a/otherlibs/unix/unixsupport.h
+++ b/otherlibs/unix/unixsupport.h
@@ -17,7 +17,7 @@
#define Nothing ((value) 0)
-extern void unix_error P((int errcode, char * cmdname, value arg)) Noreturn;
-extern void uerror P((char * cmdname, value arg)) Noreturn;
+extern void unix_error (int errcode, char * cmdname, value arg) Noreturn;
+extern void uerror (char * cmdname, value arg) Noreturn;
#define UNIX_BUFFER_SIZE 16384