summaryrefslogtreecommitdiff
path: root/lib/unistd-safer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unistd-safer.h')
-rw-r--r--lib/unistd-safer.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/unistd-safer.h b/lib/unistd-safer.h
index 1b6a0f761..b39ffc821 100644
--- a/lib/unistd-safer.h
+++ b/lib/unistd-safer.h
@@ -1,9 +1 @@
-#ifndef PARAMS
-# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-#endif
-
-int dup_safer PARAMS ((int));
+int dup_safer (int);