mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
* io/Makefile (headers): Add sys/vfs.h.
* io/sys/vfs.h: New file.
This commit is contained in:
parent
e851d072c2
commit
faf85e08bc
@ -1,5 +1,8 @@
|
||||
Sun Jul 7 18:42:06 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* io/Makefile (headers): Add sys/vfs.h.
|
||||
* io/sys/vfs.h: New file.
|
||||
|
||||
* sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Don't unlock the
|
||||
critical section lock before unlinking dying active resources.
|
||||
The unlock just before return is right (i.e. old code unlocked twice).
|
||||
|
@ -21,7 +21,7 @@
|
||||
#
|
||||
subdir := io
|
||||
|
||||
headers := sys/stat.h statbuf.h sys/statfs.h statfsbuf.h \
|
||||
headers := sys/stat.h statbuf.h sys/statfs.h statfsbuf.h sys/vfs.h \
|
||||
fcntl.h sys/fcntl.h fcntlbits.h \
|
||||
poll.h sys/poll.h \
|
||||
utime.h ftw.h fts.h
|
||||
|
4
io/sys/vfs.h
Normal file
4
io/sys/vfs.h
Normal file
@ -0,0 +1,4 @@
|
||||
/* Other systems declare `struct statfs' et al in <sys/vfs.h>,
|
||||
so we have this file to be compatible with programs expecting it. */
|
||||
|
||||
#include <sys/statfs.h>
|
Loading…
Reference in New Issue
Block a user