From 4093b2d83713aa2c17ae96ed65950aedb3081057 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Fri, 23 Aug 2002 15:52:19 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'gdk-pixbuf-0-branch'. --- mdk-stage1/dietlibc/lib/bind.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 mdk-stage1/dietlibc/lib/bind.c (limited to 'mdk-stage1/dietlibc/lib/bind.c') diff --git a/mdk-stage1/dietlibc/lib/bind.c b/mdk-stage1/dietlibc/lib/bind.c deleted file mode 100644 index ec1c93e1b..000000000 --- a/mdk-stage1/dietlibc/lib/bind.c +++ /dev/null @@ -1,12 +0,0 @@ -#include - -extern int socketcall(int callno,long* args); - -int bind(int a, void * b, int c) { -#ifdef __i386__ - return socketcall(SYS_BIND, (long*)&a); -#else - unsigned long args[] = { a, (long) b, c }; - return socketcall(SYS_BIND, args); -#endif -} -- cgit v1.2.1