diff options
Diffstat (limited to 'sysdeps/unix/bsd/sun')
-rw-r--r-- | sysdeps/unix/bsd/sun/getdents.S | 24 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos3/m68k/wait.S | 1 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/msync.S | 22 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/poll.S | 1 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/setsid.S | 1 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/sys_mmap.S | 22 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/sys_wait4.S | 22 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/syscalls.list | 8 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/uname.S | 1 | ||||
-rw-r--r-- | sysdeps/unix/bsd/sun/syscalls.list | 3 |
10 files changed, 11 insertions, 94 deletions
diff --git a/sysdeps/unix/bsd/sun/getdents.S b/sysdeps/unix/bsd/sun/getdents.S deleted file mode 100644 index f283a5cc71..0000000000 --- a/sysdeps/unix/bsd/sun/getdents.S +++ /dev/null @@ -1,24 +0,0 @@ -/* 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__ (getdirentries, 4) - ret - -weak_alias (__getdirentries, getdirentries) diff --git a/sysdeps/unix/bsd/sun/sunos3/m68k/wait.S b/sysdeps/unix/bsd/sun/sunos3/m68k/wait.S deleted file mode 100644 index f69c4b4431..0000000000 --- a/sysdeps/unix/bsd/sun/sunos3/m68k/wait.S +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/unix/bsd/hp/m68k/wait.S> diff --git a/sysdeps/unix/bsd/sun/sunos4/msync.S b/sysdeps/unix/bsd/sun/sunos4/msync.S deleted file mode 100644 index 9fb8955dc2..0000000000 --- a/sysdeps/unix/bsd/sun/sunos4/msync.S +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright (C) 1994 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 (msync, 3) - ret diff --git a/sysdeps/unix/bsd/sun/sunos4/poll.S b/sysdeps/unix/bsd/sun/sunos4/poll.S deleted file mode 100644 index 95c4fd2f82..0000000000 --- a/sysdeps/unix/bsd/sun/sunos4/poll.S +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/unix/sysv/poll.S> diff --git a/sysdeps/unix/bsd/sun/sunos4/setsid.S b/sysdeps/unix/bsd/sun/sunos4/setsid.S deleted file mode 100644 index 4930c56dcf..0000000000 --- a/sysdeps/unix/bsd/sun/sunos4/setsid.S +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/unix/bsd/bsd4.4/setsid.S> diff --git a/sysdeps/unix/bsd/sun/sunos4/sys_mmap.S b/sysdeps/unix/bsd/sun/sunos4/sys_mmap.S deleted file mode 100644 index 61fe877342..0000000000 --- a/sysdeps/unix/bsd/sun/sunos4/sys_mmap.S +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright (C) 1994 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> - -PSEUDO (__mmap_syscall, mmap, 5) - ret diff --git a/sysdeps/unix/bsd/sun/sunos4/sys_wait4.S b/sysdeps/unix/bsd/sun/sunos4/sys_wait4.S deleted file mode 100644 index 6b796b7ea6..0000000000 --- a/sysdeps/unix/bsd/sun/sunos4/sys_wait4.S +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright (C) 1991, 1992 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> - -PSEUDO (__wait4_syscall, wait4, 4) - ret diff --git a/sysdeps/unix/bsd/sun/sunos4/syscalls.list b/sysdeps/unix/bsd/sun/sunos4/syscalls.list new file mode 100644 index 0000000000..7dafdf7afe --- /dev/null +++ b/sysdeps/unix/bsd/sun/sunos4/syscalls.list @@ -0,0 +1,8 @@ +# File name Caller Syscall name # args Strong name Weak names + +msync - msync 3 msync +poll - poll 3 poll +setsid - setsid 0 __setsid setsid +sys_mmap mmap mmap 5 __mmap_syscall +sys_wait4 wait4 wait4 4 __wait4_syscall +uname - uname 1 uname diff --git a/sysdeps/unix/bsd/sun/sunos4/uname.S b/sysdeps/unix/bsd/sun/sunos4/uname.S deleted file mode 100644 index 488eeb1d97..0000000000 --- a/sysdeps/unix/bsd/sun/sunos4/uname.S +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/unix/sysv/uname.S> diff --git a/sysdeps/unix/bsd/sun/syscalls.list b/sysdeps/unix/bsd/sun/syscalls.list new file mode 100644 index 0000000000..b9dca13bf7 --- /dev/null +++ b/sysdeps/unix/bsd/sun/syscalls.list @@ -0,0 +1,3 @@ +# File name Caller Syscall name # args Strong name Weak names + +getdents - getdirentries 4 __getdirentries getdirentries |