diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-12 23:05:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-12 23:05:45 +0000 |
commit | fa3cbe3d5d0c6e6b4de642de8693f9f58347d18c (patch) | |
tree | b9a8b9759bffa3a9514409d3c7ca3bf462b41241 /nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S | |
parent | cc0af5f451b47358315c9c180b9bf908aed61b89 (diff) | |
download | glibc-fa3cbe3d5d0c6e6b4de642de8693f9f58347d18c.tar.gz |
Update.
2003-10-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/unix/sysv/linux/sh/syscalls.list: Add waitpid.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S b/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S deleted file mode 100644 index fc5ab3dc08..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright (C) 2003 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 Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ - -#include "lowlevelmutex.S" |