sys/syscalls and gettid

This commit is contained in:
Vítor Santos Costa 2015-10-05 10:31:51 +01:00
parent 9075eb84d2
commit e9e34e086f
1 changed files with 6 additions and 0 deletions

View File

@ -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}