summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-12-12 20:28:46 +0000
committerJakub Jelinek <jakub@redhat.com>2007-12-12 20:28:46 +0000
commit1716edfc192b29f8cec407e3eebfbe84e28f70e4 (patch)
treefe6618670f8f6469186eca108fc944d3317d83aa /io
parent574e283890a6ca92325a06dafa76ff307a8019a2 (diff)
Updated to fedora-glibc-20071212T1953
Diffstat (limited to 'io')
-rw-r--r--io/fchmodat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/fchmodat.c b/io/fchmodat.c
index 6aecf2ac23..6a40f5baff 100644
--- a/io/fchmodat.c
+++ b/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>