diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-17 16:17:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-17 16:17:58 +0000 |
commit | 6f0017d1cd3c61bd57934d1ec1e4c66083a499e2 (patch) | |
tree | e4bb169a7fcc5d539d083e5c0ccbe218579963c6 /sysdeps/unix/sysv/sysv4 | |
parent | b6e9b25ba8590f942fe4b485de57093c2c242211 (diff) | |
download | glibc-6f0017d1cd3c61bd57934d1ec1e4c66083a499e2.tar.gz glibc-6f0017d1cd3c61bd57934d1ec1e4c66083a499e2.tar.xz glibc-6f0017d1cd3c61bd57934d1ec1e4c66083a499e2.zip |
Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/unix/sysv/time.S: Moved from sysv4. * sysdeps/unix/sysv/irix4/time.S: File removed. * sysdeps/unix/sysv/linux/signum.h: Moved from sysdeps/unix/sysv/linux/i386. (_NSIG): Move inside #ifdef _SIGNAL_H. Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * sysdeps/unix/sysv/time.S: Moved from sysv4. * sysdeps/unix/sysv/irix4/time.S: File removed. * sysdeps/unix/sysv/linux/signum.h: Moved from sysdeps/unix/sysv/linux/i386. (_NSIG): Move inside #ifdef _SIGNAL_H.
Diffstat (limited to 'sysdeps/unix/sysv/sysv4')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/time.S | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysdeps/unix/sysv/sysv4/time.S b/sysdeps/unix/sysv/sysv4/time.S deleted file mode 100644 index 61f3514fb7..0000000000 --- a/sysdeps/unix/sysv/sysv4/time.S +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. - Contributed by Brendan Kehoe (brendan@zen.org). - -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 (time, 1) - ret |