mirror of git://sourceware.org/git/glibc.git
Install bits/poll2.h
This commit is contained in:
parent
d1f741e912
commit
d5835c2642
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-08 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* io/Makefile (headers): Add bits/poll2.h.
|
||||||
|
|
||||||
2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
|
2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
|
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 1992-2003,2005-2008,2011 Free Software Foundation, Inc.
|
# Copyright (C) 1992-2003,2005-2008,2011,2012 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
|
@ -23,7 +23,7 @@ subdir := io
|
||||||
|
|
||||||
headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \
|
headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \
|
||||||
sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \
|
sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \
|
||||||
poll.h sys/poll.h bits/poll.h bits/fcntl2.h \
|
poll.h sys/poll.h bits/poll.h bits/fcntl2.h bits/poll2.h \
|
||||||
utime.h ftw.h fts.h sys/sendfile.h
|
utime.h ftw.h fts.h sys/sendfile.h
|
||||||
|
|
||||||
routines := \
|
routines := \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue