getdtablesize() no longer needs a syscall.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@667 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-08-09 17:51:02 +00:00
parent 2f5118ccdc
commit 14e18e556e
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ enum {
SYSCALL_TEST_AND_SET, /* 70 */
SYSCALL_SYSCTL,
SYSCALL_SOCKET,
SYSCALL_GETDTABLESIZE,
SYSCALL_GETDTABLESIZE, /* ToDo: to be removed, can be reused */
SYSCALL_FD_STAT,
SYSCALL_READ_DIR,
SYSCALL_REWIND_DIR,