we have uname
This commit is contained in:
parent
da2cb8680b
commit
f433924b6e
|
@ -420,6 +420,9 @@ typedef int pid_t;
|
|||
#if defined(__386BSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
# define HASUNSETENV 1 /* has unsetenv(3) call */
|
||||
# define HASSETSID 1 /* has the setsid(2) POSIX syscall */
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
# define HASUNAME 1
|
||||
#endif
|
||||
# include <sys/cdefs.h>
|
||||
# define ERRLIST_PREDEFINED /* don't declare sys_errlist */
|
||||
# ifndef LA_TYPE
|
||||
|
|
Loading…
Reference in New Issue