Removed unneeded exports.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7335 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,7 +12,5 @@ extern int __libc_fcntl (int fd, int cmd, ...);
|
|||||||
libc_hidden_proto (__libc_fcntl)
|
libc_hidden_proto (__libc_fcntl)
|
||||||
extern int __open (__const char *__file, int __oflag, ...);
|
extern int __open (__const char *__file, int __oflag, ...);
|
||||||
libc_hidden_proto (__open)
|
libc_hidden_proto (__open)
|
||||||
extern int __fcntl (int __fd, int __cmd, ...);
|
|
||||||
libc_hidden_proto (__fcntl)
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user