mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Add missing HAVE_SENDFILE definition
This commit is contained in:
parent
5ce33a6295
commit
4902da17c8
@ -1,5 +1,7 @@
|
||||
2011-06-27 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
|
||||
|
||||
* inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
|
||||
value type for setfct.
|
||||
|
||||
|
@ -167,5 +167,6 @@ CFLAGS-grpcache.c += -DHAVE_SENDFILE
|
||||
CFLAGS-hstcache.c += -DHAVE_SENDFILE
|
||||
CFLAGS-aicache.c += -DHAVE_SENDFILE
|
||||
CFLAGS-initgrcache.c += -DHAVE_SENDFILE
|
||||
CFLAGS-servicescache.c += -DHAVE_SENDFILE
|
||||
CFLAGS-gai.c += -DNEED_NETLINK
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user