1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2002-12-07  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/libc-tls.c: Include <sys/param.h>.
	Reported by Art Haas <ahaas@airmail.net>.

2002-12-07  Kenneth W. Chen  <kenneth.w.chen@intel.com>.
This commit is contained in:
Ulrich Drepper
2002-12-07 18:46:53 +00:00
parent 739ca6906a
commit 99343c0579
2 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include <ldsodefs.h>
#include <tls.h>
#include <unistd.h>
#include <sys/param.h>
#ifdef SHARED
#error makefile bug, this file is for static only