Files moved from defunct sysdeps/unix/sysv/linux directory.
authorRoland McGrath <roland@gnu.org>
Sat, 22 Jul 1995 07:43:56 +0000 (07:43 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 22 Jul 1995 07:43:56 +0000 (07:43 +0000)
sysdeps/unix/sysv/sysv4/linux/accept.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/bind.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/connect.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/getpeername.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/getsockname.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/listen.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/rename.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/setsid.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/socketpair.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/wait4.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/linux/waitpid.S [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/sysv4/linux/accept.S b/sysdeps/unix/sysv/sysv4/linux/accept.S
new file mode 100644 (file)
index 0000000..5936a01
--- /dev/null
@@ -0,0 +1,2 @@
+#define        socket  accept
+#include <socket.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/bind.S b/sysdeps/unix/sysv/sysv4/linux/bind.S
new file mode 100644 (file)
index 0000000..fc82b65
--- /dev/null
@@ -0,0 +1,2 @@
+#define        socket  bind
+#include <socket.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/connect.S b/sysdeps/unix/sysv/sysv4/linux/connect.S
new file mode 100644 (file)
index 0000000..3433043
--- /dev/null
@@ -0,0 +1,2 @@
+#define        socket  connect
+#include <socket.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/getpeername.S b/sysdeps/unix/sysv/sysv4/linux/getpeername.S
new file mode 100644 (file)
index 0000000..8429fcd
--- /dev/null
@@ -0,0 +1,2 @@
+#define        socket  getpeername
+#include <socket.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/getsockname.S b/sysdeps/unix/sysv/sysv4/linux/getsockname.S
new file mode 100644 (file)
index 0000000..6782707
--- /dev/null
@@ -0,0 +1,2 @@
+#define        socket  getsockname
+#include <socket.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/listen.S b/sysdeps/unix/sysv/sysv4/linux/listen.S
new file mode 100644 (file)
index 0000000..d2cbec6
--- /dev/null
@@ -0,0 +1,2 @@
+#define        socket  listen
+#include <socket.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/rename.S b/sysdeps/unix/sysv/sysv4/linux/rename.S
new file mode 100644 (file)
index 0000000..a5a8dfe
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/bsd/rename.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/setsid.S b/sysdeps/unix/sysv/sysv4/linux/setsid.S
new file mode 100644 (file)
index 0000000..4930c56
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/bsd/bsd4.4/setsid.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/socketpair.S b/sysdeps/unix/sysv/sysv4/linux/socketpair.S
new file mode 100644 (file)
index 0000000..da71c57
--- /dev/null
@@ -0,0 +1,2 @@
+#define        socket  socketpair
+#include <socket.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/wait4.S b/sysdeps/unix/sysv/sysv4/linux/wait4.S
new file mode 100644 (file)
index 0000000..e4c3223
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/bsd/bsd4.4/wait4.S>
diff --git a/sysdeps/unix/sysv/sysv4/linux/waitpid.S b/sysdeps/unix/sysv/sysv4/linux/waitpid.S
new file mode 100644 (file)
index 0000000..20d9d66
--- /dev/null
@@ -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)