diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 23:10:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 23:10:52 +0000 |
commit | e169ea9b569d9e9a60bde4aebe960591bacaf4ef (patch) | |
tree | 8a14840e4fb4177c94d8e3f51e1b62cac56e6664 /io/Makefile | |
parent | 6bad2cd171c7d81e9a43ccc79e91009438c948ac (diff) | |
download | glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar.gz glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar.bz2 glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.zip |
Updated to fedora-glibc-20070510T2308cvs/fedora-glibc-2_5_90-24
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index 206435de44..81078ae3ec 100644 --- a/io/Makefile +++ b/io/Makefile @@ -51,7 +51,8 @@ routines := \ ftw ftw64 fts poll ppoll \ posix_fadvise posix_fadvise64 \ posix_fallocate posix_fallocate64 \ - sendfile sendfile64 + sendfile sendfile64 \ + utimensat futimens # These routines will be omitted from the libc shared object. # Instead the static object files will be included in a special archive |