From 83375f100280a75c27125b96558fcdbae050bc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 27 Apr 2004 23:46:14 +0000 Subject: [PATCH] Removed unneeded exports. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7335 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/include/fcntl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/include/fcntl.h b/src/kernel/libroot/posix/glibc/include/fcntl.h index ca004ab303..10e44e593f 100644 --- a/src/kernel/libroot/posix/glibc/include/fcntl.h +++ b/src/kernel/libroot/posix/glibc/include/fcntl.h @@ -12,7 +12,5 @@ extern int __libc_fcntl (int fd, int cmd, ...); libc_hidden_proto (__libc_fcntl) extern int __open (__const char *__file, int __oflag, ...); libc_hidden_proto (__open) -extern int __fcntl (int __fd, int __cmd, ...); -libc_hidden_proto (__fcntl) #endif