about summary refs log tree commit diff
path: root/misc/futimesat.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-20 07:31:14 +0000
committerRoland McGrath <roland@gnu.org>2005-12-20 07:31:14 +0000
commit322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6 (patch)
tree0d05b40777ddad78d243628102cdb46c43c028e4 /misc/futimesat.c
parent00c2b3b91dc5f11924006ed4fb69d9d7442749b7 (diff)
downloadglibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.tar.gz
glibc-322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6.tar.xz
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/futimesat.c')
-rw-r--r--misc/futimesat.c4
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>