mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
Update.
1998-07-05 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as __syscall_sendmsg. * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as __syscall_recvmsg. * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg and make __recvmsg and recvmsg weak aliases. * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg and __syscall_sendmsg.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define socket __sendmsg
|
||||
#define __socket __libc_sendmsg
|
||||
#define SOCKOP___sendmsg SOCKOP_sendmsg
|
||||
#define socket ___syscall_sendmsg
|
||||
#define __socket __syscall_sendmsg
|
||||
#define SOCKOP____syscall_sendmsg SOCKOP_sendmsg
|
||||
#define NARGS 3
|
||||
#include <socket.S>
|
||||
|
Reference in New Issue
Block a user