diff options
Diffstat (limited to 'libc/unistd/fpathconf.c')
| -rw-r--r-- | libc/unistd/fpathconf.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libc/unistd/fpathconf.c b/libc/unistd/fpathconf.c index 7b0457c75..fe4bcea67 100644 --- a/libc/unistd/fpathconf.c +++ b/libc/unistd/fpathconf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> @@ -24,11 +23,7 @@ #include <fcntl.h> #include <sys/stat.h> #include <sys/statfs.h> -//#include <sys/statvfs.h> -//#include "linux_fsinfo.h" - -libc_hidden_proto(fstat) #ifndef __USE_FILE_OFFSET64 extern int fstatfs (int __fildes, struct statfs *__buf) @@ -43,7 +38,6 @@ extern int fstatfs (int __fildes, struct statfs *__buf) #endif extern __typeof(fstatfs) __libc_fstatfs; -libc_hidden_proto(__libc_fstatfs) /* The Linux kernel headers mention this as a kind of generic value. */ #define LINUX_LINK_MAX 127 |
