diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-06-11 23:18:22 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-06-11 23:18:22 +0000 |
| commit | f9f68979725a62943afd4b917549906807598a15 (patch) | |
| tree | 0bc2ddde853a3aeeed360f82f6b41c1ef42a2a79 /lib/libc | |
| parent | 336d3d2ab3a1fad1df688f104621df50b8704657 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/_pthread_stubs.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c index 869574156a82..c8fc6ae7f439 100644 --- a/lib/libc/gen/_pthread_stubs.c +++ b/lib/libc/gen/_pthread_stubs.c @@ -226,10 +226,5 @@ _pthread_setspecific_stub(pthread_key_t key, const void *value) int _pthread_sigmask_stub(int how, const sigset_t *set, sigset_t *oset) { - /* - * No need to use _sigprocmask, since we know that the threads - * library is not linked in. - * - */ - return (sigprocmask(how, set, oset)); + return (0); } |
