File:  [DVB] / dietlibc / syscalls.s / __socket.S
Revision 1.2: download - view: text, annotated - select for diffs
Tue Mar 7 20:01:50 2017 UTC (7 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
oops

#include "syscalls.h"
#include "dietfeatures.h"

#if !defined(__i386__) || !defined(WANT_I386_SOCKETCALL)
#ifdef __NR_socket
syscall_weak(socket,socket,__libc_socket)
#endif
#endif

LinuxTV legacy CVS <linuxtv.org/cvs>