projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
417dbe9
)
ucontext is no longer in the standard, so use gnu-friendly struct name
author
Rich Felker
<dalias@aerifal.cx>
Thu, 17 Feb 2011 04:36:26 +0000
(23:36 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 17 Feb 2011 04:36:26 +0000
(23:36 -0500)
note that this header is still bogus and needs a lot of work and
factoring into arch-dependent parts...
include/ucontext.h
patch
|
blob
|
history
diff --git
a/include/ucontext.h
b/include/ucontext.h
index db335677b79717410dfed7bc587cd87019defa9a..96c27cb7acf6b78ab8bad16b0229bc7d9ab68d43 100644
(file)
--- a/
include/ucontext.h
+++ b/
include/ucontext.h
@@
-18,9
+18,9
@@
typedef struct {
unsigned long __oldmask, __cr2;
} mcontext_t;
-typedef struct
__
ucontext {
+typedef struct ucontext {
unsigned long uc_flags;
- struct
__
ucontext *uc_link;
+ struct ucontext *uc_link;
stack_t uc_stack;
mcontext_t uc_mcontext;
sigset_t uc_sigmask;