8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Corrections for the prior commit:Explicitly distinguish between thread handle and thread id. Return LWP as thread id on Linux.

This commit is contained in:
dimitr 2014-08-15 15:00:20 +00:00
parent 0fa3945f6a
commit 623b564003

View File

@ -660,6 +660,7 @@ AC_CHECK_HEADERS(sys/param.h)
AC_CHECK_HEADERS(sys/mount.h) AC_CHECK_HEADERS(sys/mount.h)
AC_CHECK_HEADERS(sys/ioctl.h) AC_CHECK_HEADERS(sys/ioctl.h)
AC_CHECK_HEADERS(sys/select.h) AC_CHECK_HEADERS(sys/select.h)
AC_CHECK_HEADERS(sys/syscall.h)
AC_CHECK_HEADERS(limits.h) AC_CHECK_HEADERS(limits.h)
AC_CHECK_HEADERS(setjmp.h) AC_CHECK_HEADERS(setjmp.h)
AC_CHECK_HEADERS(stdarg.h) AC_CHECK_HEADERS(stdarg.h)