From 322a48c5bfbeba2eb99ad8b1b7e3ab409a27bde6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 20 Dec 2005 07:31:14 +0000 Subject: 2005-12-15 Thomas Schwinge * io/xmknodat.c: Include . * misc/futimesat.c: Remove weak_alias and correct stub_warning. * stdio-common/renameat.c (renameat): Fix typo. --- misc/futimesat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'misc/futimesat.c') 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 -- cgit 1.4.1