Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362261
b: refs/heads/master
c: 80fa818
h: refs/heads/master
i:
  362259: 6551ce0
v: v3
  • Loading branch information
Ralf Baechle committed Apr 5, 2013
1 parent 1f51f92 commit cb32bc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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: adb3789264c4e8567113a0e764ad30ce6e8737f3
refs/heads/master: 80fa8181aabeb10389c8810f97e2737eb084ce8f
8 changes: 6 additions & 2 deletions trunk/arch/mips/include/uapi/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ typedef unsigned long old_sigset_t; /* at least 32 bits */
*
* SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
* Unix names RESETHAND and NODEFER respectively.
*
* SA_RESTORER used to be defined as 0x04000000 but only the O32 ABI ever
* supported its use and no libc was using it, so the entire sa-restorer
* functionality was removed with lmo commit 39bffc12c3580ab for 2.5.48
* retaining only the SA_RESTORER definition as a reminder to avoid
* accidental reuse of the mask bit.
*/
#define SA_ONSTACK 0x08000000
#define SA_RESETHAND 0x80000000
Expand All @@ -84,8 +90,6 @@ typedef unsigned long old_sigset_t; /* at least 32 bits */
#define SA_NOMASK SA_NODEFER
#define SA_ONESHOT SA_RESETHAND

#define SA_RESTORER 0x04000000 /* Only for o32 */

#define MINSIGSTKSZ 2048
#define SIGSTKSZ 8192

Expand Down

0 comments on commit cb32bc0

Please sign in to comment.