[Glibc-bsd-commits] r6097 - in trunk: glibc-ports-2.23/kfreebsd/fbtl/bits glibc-ports-2.24/kfreebsd/fbtl/bits
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Mon Jul 25 21:12:37 UTC 2016
Author: aurel32
Date: 2016-07-25 21:12:37 +0000 (Mon, 25 Jul 2016)
New Revision: 6097
Modified:
trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h
trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h
Log:
Include <sys/param.h> in <bits/local_lim.h>
Modified: trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h
===================================================================
--- trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h 2016-07-19 16:09:03 UTC (rev 6096)
+++ trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h 2016-07-25 21:12:37 UTC (rev 6097)
@@ -18,6 +18,7 @@
02111-1307 USA. */
#include <sys/syslimits.h>
+#include <sys/param.h>
/* The number of data keys per process. */
#define _POSIX_THREAD_KEYS_MAX 128
Modified: trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h
===================================================================
--- trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h 2016-07-19 16:09:03 UTC (rev 6096)
+++ trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h 2016-07-25 21:12:37 UTC (rev 6097)
@@ -18,6 +18,7 @@
02111-1307 USA. */
#include <sys/syslimits.h>
+#include <sys/param.h>
/* The number of data keys per process. */
#define _POSIX_THREAD_KEYS_MAX 128
More information about the Glibc-bsd-commits
mailing list