File:  [DVB] / dietlibc / syscalls.s / __listen.S
Revision 1.2: download - view: text, annotated - select for diffs
Mon Mar 6 14:22:08 2017 UTC (7 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
more i386 fixes :(

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

#if !defined(__i386__) || !defined(WANT_I386_SOCKETCALL)

#ifdef __NR_listen
syscall_weak(listen,listen,__libc_listen)
#endif

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>