[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1124 - trunk/glibc-2.3-head/sysdeps/kfreebsd/bits



Author: rmh
Date: 2006-02-04 13:04:12 +0000 (Sat, 04 Feb 2006)
New Revision: 1124

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/stat.h
Log:
Remove redundant declaration of lchmod (duped in sys/stat.h).

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/stat.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/stat.h	2006-02-04 11:36:18 UTC (rev 1123)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/stat.h	2006-02-04 13:04:12 UTC (rev 1124)
@@ -138,17 +138,6 @@
 
 #ifdef __USE_BSD
 
-__BEGIN_DECLS
-
-/* Set file access permissions for FILE to MODE.
-   Doesn't follow symbolic links if FILE is a symbolic link.
-   This takes an `int' MODE argument because that
-   is what `mode_t's get widened to.  */
-extern int lchmod (__const char *__file, __mode_t __mode) __THROW;
-
-__END_DECLS
-
-
 /* Definitions of flags stored in file flags word.  */
 
 /* Super-user and owner changeable flags.  */



Reply to: