mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
@@ -47,6 +47,12 @@ do.
|
||||
|
||||
*/
|
||||
|
||||
#if defined(__CYGWIN__)
|
||||
/* Increase the file descriptor limit for select() before including
|
||||
related system headers. (Default: 64) */
|
||||
# define FD_SETSIZE 16384
|
||||
#endif
|
||||
|
||||
#include <stddef.h> /* ptrdiff_t */
|
||||
#include <stdio.h> /* snprintf */
|
||||
#include <stdlib.h> /* malloc, free */
|
||||
|
||||
@@ -130,7 +130,7 @@ typedef int siginfo_t;
|
||||
# define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN
|
||||
# endif
|
||||
# endif
|
||||
# if defined(__GNUG__)
|
||||
# if defined(__GNUC__)
|
||||
# include <execinfo.h>
|
||||
# if !(defined(__LSB_VERSION__) && __LSB_VERSION__ < 41)
|
||||
# define KWSYS_SYSTEMINFORMATION_HAVE_BACKTRACE
|
||||
|
||||
Reference in New Issue
Block a user