summaryrefslogtreecommitdiff
path: root/libc/io
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-02-20 12:48:46 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2008-02-20 12:48:46 +0000
commit8c5ab5ff18f334d83e82d40ce5a15294288d82bb (patch)
tree7595ae8eb0d289b345daf994d3a4dc8b265eeba6 /libc/io
parent1ee006bef1ce679d91782a9beb3c983cec91cbbe (diff)
Merge changes between r4014 and r5247 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@5248 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/io')
-rw-r--r--libc/io/fchmodat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/io/fchmodat.c b/libc/io/fchmodat.c
index 6aecf2ac2..6a40f5baf 100644
--- a/libc/io/fchmodat.c
+++ b/libc/io/fchmodat.c
@@ -1,5 +1,5 @@
/* Change the protections of file relative to open directory. Stub version.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -45,6 +45,6 @@ fchmodat (fd, file, mode, flag)
__set_errno (ENOSYS);
return -1;
}
-stub_warning (fchownat)
+stub_warning (fchmodat)
#include <stub-tag.h>