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:
@@ -114,9 +114,9 @@ extern off_t lseek(int fd, off_t offset, int whence);
|
||||
//extern int unmount(const char *path);
|
||||
|
||||
extern int getdtablesize(void);
|
||||
//extern long sysconf(int name);
|
||||
//extern long fpathconf(int fd, int name);
|
||||
//extern long pathconf(const char *path, int name);
|
||||
extern long sysconf(int name);
|
||||
extern long fpathconf(int fd, int name);
|
||||
extern long pathconf(const char *path, int name);
|
||||
|
||||
/* process functions */
|
||||
//extern pid_t fork(void);
|
||||
|
||||
Reference in New Issue
Block a user