mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
Files moved from defunct sysdeps/unix/sysv/linux directory.
This commit is contained in:
parent
5b45242d5c
commit
e56c8d6e9f
2
sysdeps/unix/sysv/sysv4/linux/accept.S
Normal file
2
sysdeps/unix/sysv/sysv4/linux/accept.S
Normal file
@ -0,0 +1,2 @@
|
||||
#define socket accept
|
||||
#include <socket.S>
|
2
sysdeps/unix/sysv/sysv4/linux/bind.S
Normal file
2
sysdeps/unix/sysv/sysv4/linux/bind.S
Normal file
@ -0,0 +1,2 @@
|
||||
#define socket bind
|
||||
#include <socket.S>
|
2
sysdeps/unix/sysv/sysv4/linux/connect.S
Normal file
2
sysdeps/unix/sysv/sysv4/linux/connect.S
Normal file
@ -0,0 +1,2 @@
|
||||
#define socket connect
|
||||
#include <socket.S>
|
2
sysdeps/unix/sysv/sysv4/linux/getpeername.S
Normal file
2
sysdeps/unix/sysv/sysv4/linux/getpeername.S
Normal file
@ -0,0 +1,2 @@
|
||||
#define socket getpeername
|
||||
#include <socket.S>
|
2
sysdeps/unix/sysv/sysv4/linux/getsockname.S
Normal file
2
sysdeps/unix/sysv/sysv4/linux/getsockname.S
Normal file
@ -0,0 +1,2 @@
|
||||
#define socket getsockname
|
||||
#include <socket.S>
|
2
sysdeps/unix/sysv/sysv4/linux/listen.S
Normal file
2
sysdeps/unix/sysv/sysv4/linux/listen.S
Normal file
@ -0,0 +1,2 @@
|
||||
#define socket listen
|
||||
#include <socket.S>
|
1
sysdeps/unix/sysv/sysv4/linux/rename.S
Normal file
1
sysdeps/unix/sysv/sysv4/linux/rename.S
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/rename.S>
|
1
sysdeps/unix/sysv/sysv4/linux/setsid.S
Normal file
1
sysdeps/unix/sysv/sysv4/linux/setsid.S
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/bsd4.4/setsid.S>
|
2
sysdeps/unix/sysv/sysv4/linux/socketpair.S
Normal file
2
sysdeps/unix/sysv/sysv4/linux/socketpair.S
Normal file
@ -0,0 +1,2 @@
|
||||
#define socket socketpair
|
||||
#include <socket.S>
|
1
sysdeps/unix/sysv/sysv4/linux/wait4.S
Normal file
1
sysdeps/unix/sysv/sysv4/linux/wait4.S
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/bsd4.4/wait4.S>
|
24
sysdeps/unix/sysv/sysv4/linux/waitpid.S
Normal file
24
sysdeps/unix/sysv/sysv4/linux/waitpid.S
Normal file
@ -0,0 +1,24 @@
|
||||
/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
The GNU C Library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with the GNU C Library; see the file COPYING.LIB. If
|
||||
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <sysdep.h>
|
||||
|
||||
SYSCALL__ (waitpid, 3)
|
||||
ret
|
||||
|
||||
weak_alias (__waitpid, waitpid)
|
Loading…
Reference in New Issue
Block a user