On Linux no access to pre iso C varargs.h
This commit is contained in:
@@ -57,7 +57,11 @@
|
|||||||
# include <time.h>
|
# include <time.h>
|
||||||
# include <utime.h>
|
# include <utime.h>
|
||||||
# include <pwd.h>
|
# include <pwd.h>
|
||||||
|
#if defined(linux)
|
||||||
|
# include <stdarg.h>
|
||||||
|
#else
|
||||||
# include <varargs.h>
|
# include <varargs.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined (SYSV) || defined (SVR4)
|
#if defined (SYSV) || defined (SVR4)
|
||||||
#ifndef F_TLOCK
|
#ifndef F_TLOCK
|
||||||
|
|||||||
Reference in New Issue
Block a user