Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31617
b: refs/heads/master
c: dacdb3b
h: refs/heads/master
i:
  31615: 180fc82
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Jul 2, 2006
1 parent 5af939d commit 0b2dc71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc59d2800d535ff36dc9e6c5328b4a075076bbaa
refs/heads/master: dacdb3b23a918d52ff52708b25d6d45dab7ea14b
2 changes: 0 additions & 2 deletions trunk/include/asm-s390/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ typedef unsigned long sigset_t;
* SA_FLAGS values:
*
* SA_ONSTACK indicates that a registered stack_t will be used.
* SA_INTERRUPT is a no-op, but left due to historical reasons. Use the
* SA_RESTART flag to get restarting signals (which were the default long ago)
* SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
* SA_RESETHAND clears the handler when the signal is delivered.
Expand All @@ -104,7 +103,6 @@ typedef unsigned long sigset_t;

#define SA_NOMASK SA_NODEFER
#define SA_ONESHOT SA_RESETHAND
#define SA_INTERRUPT 0x20000000 /* dummy -- ignored */

#define SA_RESTORER 0x04000000

Expand Down

0 comments on commit 0b2dc71

Please sign in to comment.