From 77ccb5b1dca86acdc7c75abc5bb469da41872a20 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 21:01:23 +0000 Subject: mmap/mremap/socket/rewind gone --- include/libc-internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libc-internal.h') diff --git a/include/libc-internal.h b/include/libc-internal.h index 9c9ab4b7f..5faa87871 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -198,6 +198,9 @@ extern int __sigprocmask (int __how, __const __sigset_t *__restrict __set, /* #include */ extern int __ioctl (int __fd, unsigned long int __request, ...) attribute_hidden; +/* #include */ +extern int __socket (int __domain, int __type, int __protocol) attribute_hidden; + # if 0 /* undoable here */ /* #include */ typedef struct __dirstream DIR; -- cgit v1.2.3