]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/gnu-sort/lib/unistd-safer.h
This commit was generated by cvs2svn to compensate for changes in r101386,
[FreeBSD/FreeBSD.git] / contrib / gnu-sort / lib / unistd-safer.h
1 #ifndef PARAMS
2 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
3 #  define PARAMS(Args) Args
4 # else
5 #  define PARAMS(Args) ()
6 # endif
7 #endif
8
9 int dup_safer PARAMS ((int));