diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-27 19:58:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-27 19:58:24 +0000 |
commit | b54e18ebb31d856711e2f096a23d85753fbe57d7 (patch) | |
tree | 0f71d4323bd69655232d92bbc3804e54766d4deb /nptl/sysdeps/x86_64/pthread_sigmask.c | |
parent | a39313366a59d118ef9553f3b635e6230385329f (diff) | |
download | glibc-b54e18ebb31d856711e2f096a23d85753fbe57d7.tar glibc-b54e18ebb31d856711e2f096a23d85753fbe57d7.tar.gz glibc-b54e18ebb31d856711e2f096a23d85753fbe57d7.tar.bz2 glibc-b54e18ebb31d856711e2f096a23d85753fbe57d7.zip |
Update.
* sysdeps/x86_64/pthread_sigmask.c: New file.
* sysdeps/i386/pthread_sigmask.c (pthread_sigmask): Return correct
value in case of an error.
Diffstat (limited to 'nptl/sysdeps/x86_64/pthread_sigmask.c')
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_sigmask.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/x86_64/pthread_sigmask.c b/nptl/sysdeps/x86_64/pthread_sigmask.c new file mode 100644 index 0000000000..802d61f819 --- /dev/null +++ b/nptl/sysdeps/x86_64/pthread_sigmask.c @@ -0,0 +1 @@ +#include "../i386/pthread_sigmask.c" |