diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-20 07:31:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-20 07:31:14 +0000 |
commit | 322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6 (patch) | |
tree | 0d05b40777ddad78d243628102cdb46c43c028e4 /misc | |
parent | 00c2b3b91dc5f11924006ed4fb69d9d7442749b7 (diff) | |
download | glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.tar glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.tar.gz glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.tar.bz2 glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.zip |
2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
* io/xmknodat.c: Include <stddef.h>.
* misc/futimesat.c: Remove weak_alias and correct stub_warning.
* stdio-common/renameat.c (renameat): Fix typo.
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> |