diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 10:50:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 10:50:52 +0000 |
commit | 7d0bcd10a7e3455697985522580267c8470cfcb9 (patch) | |
tree | e297bb71c9979eda34a12ca4f3ff1acf5194d886 /misc | |
parent | 2c6cfe6853a30deb4af842aacc924fa298d0521a (diff) | |
download | glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.gz glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.tar.bz2 glibc-7d0bcd10a7e3455697985522580267c8470cfcb9.zip |
Updated to fedora-glibc-20051220T1028
Diffstat (limited to 'misc')
-rw-r--r-- | misc/futimesat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/futimesat.c b/misc/futimesat.c index 74ccd876e6..bf16ce8de0 100644 --- a/misc/futimesat.c +++ b/misc/futimesat.c @@ -42,7 +42,5 @@ futimesat (fd, file, tvp) return -1; } -weak_alias (__utimes, utimes) - -stub_warning (utimes) +stub_warning (futimesat) #include <stub-tag.h> |