diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-02-17 23:42:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-17 23:42:28 -0800 |
commit | ed0915ba70d0ff6ed0a78f45d46822763a580737 (patch) | |
tree | c0495c812a983ac354a3c304335d89a4c653b1bc /libc/sysdeps/linux/common/pause.c | |
parent | f14c584876271f474025fc06b3dc66ce798bcacb (diff) |
Get new nptl building on SH4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/pause.c')
-rw-r--r-- | libc/sysdeps/linux/common/pause.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/pause.c b/libc/sysdeps/linux/common/pause.c index cd0ea4a77..132ffa856 100644 --- a/libc/sysdeps/linux/common/pause.c +++ b/libc/sysdeps/linux/common/pause.c @@ -37,3 +37,4 @@ weak_alias (__libc_pause, pause) #ifdef __UCLIBC_HAS_THREADS_NATIVE__ LIBC_CANCEL_HANDLED (); /* sigsuspend handles our cancellation. */ #endif + |