diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-07 23:23:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-07 23:23:51 +0000 |
commit | faf85e08bcc5e1fd3d418b9ce11c8f2649d8415f (patch) | |
tree | e9a8274d604c4d6fcfec56bceb3018f810a30802 /io/Makefile | |
parent | e851d072c2305fd9ae6e75b73ce8fdd8cf3a4b2e (diff) | |
download | glibc-faf85e08bcc5e1fd3d418b9ce11c8f2649d8415f.tar.gz glibc-faf85e08bcc5e1fd3d418b9ce11c8f2649d8415f.tar.xz glibc-faf85e08bcc5e1fd3d418b9ce11c8f2649d8415f.zip |
* io/Makefile (headers): Add sys/vfs.h.
* io/sys/vfs.h: New file.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index 8648235463..552a3db255 100644 --- a/io/Makefile +++ b/io/Makefile @@ -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 |