summaryrefslogtreecommitdiffstats
path: root/sys/sys/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/errno.h')
-rw-r--r--sys/sys/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/errno.h b/sys/sys/errno.h
index 7f274d9..3558b36 100644
--- a/sys/sys/errno.h
+++ b/sys/sys/errno.h
@@ -45,7 +45,7 @@
#ifndef _KERNEL
#include <sys/cdefs.h>
__BEGIN_DECLS
-int * __error __P((void));
+int * __error(void);
__END_DECLS
#define errno (* __error())
#endif
OpenPOWER on IntegriCloud