Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Consolidate NPTL sigprocmask.
  • Loading branch information
Roland McGrath committed Jun 12, 2014
1 parent f6b07b3 commit e876b09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,5 +1,8 @@
2014-06-12 Roland McGrath <roland@hack.frob.com>

* sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
* nptl/sysdeps/pthread/sigprocmask.c: File removed.

* nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
* sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
* nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
Expand Down
19 changes: 0 additions & 19 deletions nptl/sysdeps/pthread/sigprocmask.c

This file was deleted.

3 changes: 2 additions & 1 deletion sysdeps/unix/sysv/linux/sigprocmask.c
Expand Up @@ -17,12 +17,13 @@

#include <errno.h>
#include <signal.h>
#include <string.h> /* Neede for string function builtin redirection. */
#include <string.h> /* Needed for string function builtin redirection. */
#include <unistd.h>

#include <sysdep.h>
#include <sys/syscall.h>

#include <nptl/pthreadP.h> /* SIGCANCEL, SIGSETXID */
#include <kernel-features.h>


Expand Down

0 comments on commit e876b09

Please sign in to comment.