projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1557b52
)
Add some compatibility aliases (copied from generic bits/sigaction.h).
author
rmh
<rmh@thorin.(none)>
Mon, 19 Jan 2009 14:12:26 +0000
(15:12 +0100)
committer
rmh
<rmh@thorin.(none)>
Mon, 19 Jan 2009 14:12:26 +0000
(15:12 +0100)
sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/sigaction.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/sigaction.h
b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/sigaction.h
index
ad80ab9
..
891c4e9
100644
(file)
--- a/
sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/sigaction.h
+++ b/
sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/sigaction.h
@@
-1,5
+1,5
@@
/* The definitions for OpenSolaris's sigaction.
/* The definitions for OpenSolaris's sigaction.
- Copyright (C) 1993-1999, 2000, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1993-1999, 2000, 2008
, 2009
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-72,6
+72,15
@@
struct sigaction32
#define SA_RESETHAND 0x00000002
#endif
#define SA_RESETHAND 0x00000002
#endif
+#ifdef __USE_MISC
+# define SA_INTERRUPT 0 /* Historical no-op ("not SA_RESTART"). */
+
+/* Some aliases for the SA_ constants. */
+# define SA_NOMASK SA_NODEFER
+# define SA_ONESHOT SA_RESETHAND
+# define SA_STACK SA_ONSTACK
+#endif
+
/* Values for the HOW argument to `sigprocmask'. */
#define SIG_BLOCK 1 /* Block signals. */
#define SIG_UNBLOCK 2 /* Unblock signals. */
/* Values for the HOW argument to `sigprocmask'. */
#define SIG_BLOCK 1 /* Block signals. */
#define SIG_UNBLOCK 2 /* Unblock signals. */