sys/syscalls and gettid
This commit is contained in:
parent
9075eb84d2
commit
e9e34e086f
@ -1407,6 +1407,7 @@ signal. */
|
||||
/* Define to 1 if you have the <sys/socket.h> header file. */
|
||||
#ifndef HAVE_SYS_SOCKET_H
|
||||
|
||||
|
||||
#cmakedefine HAVE_SYS_SOCKET_H ${HAVE_SYS_SOCKET_H}
|
||||
#endif
|
||||
|
||||
@ -1415,6 +1416,11 @@ signal. */
|
||||
#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the <sys/syscall.h> header file. */
|
||||
#ifndef HAVE_SYS_SYSCALL_H
|
||||
#cmakedefine HAVE_SYS_SYSCALL_H ${HAVE_SYS_SYSCALL_H}
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the <sys/times.h> header file. */
|
||||
#ifndef HAVE_SYS_TIMES_H
|
||||
#cmakedefine HAVE_SYS_TIMES_H ${HAVE_SYS_TIMES_H}
|
||||
|
Reference in New Issue
Block a user