From 8dd2e903874f83c65c720e3f7942541d9c5343cf Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Sun, 11 Dec 2011 06:11:52 +0000 Subject: [PATCH] arosc.library: Ugh. Forgot a getdtablesize() prototype Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42835 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/clib/include/unistd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/clib/include/unistd.h b/compiler/clib/include/unistd.h index f131c36924..b2757dde53 100644 --- a/compiler/clib/include/unistd.h +++ b/compiler/clib/include/unistd.h @@ -176,7 +176,6 @@ int execvp(const char *path, char *const argv[]); void _exit(int) __noreturn; /* NOTIMPL long fpathconf(int fd, int name); */ char *getcwd(char *buf, size_t size); -int getdtablesize(void); gid_t getegid(void); uid_t geteuid(void); gid_t getgid(void); -- 2.11.4.GIT