1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.

* nscd/mem.c (gc): Don't allocate arrays on the stack if they can
	Return zero in case the thread library is not NPTL.
This commit is contained in:
Ulrich Drepper
2007-11-24 03:12:25 +00:00
parent c012be6f99
commit 715db78bd4
2 changed files with 7 additions and 2 deletions

View File

@ -29,6 +29,7 @@
#include <net/if_arp.h>
#include <sys/ioctl.h>
#include <asm/types.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>