repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
sh
/
sigaltstack-offsets.sym
blob
f73446941abba5a65412d0a633f6096df6d5416c
1
#include <stddef.h>
2
#include <signal.h>
3
4
--
5
6
#define sigaltstack(member) offsetof (stack_t, member)
7
8
sizeSS sizeof (stack_t)
9
oSS_SP sigaltstack (ss_sp)
10
oSS_FLAGS sigaltstack (ss_flags)
11
oSS_SIZE sigaltstack (ss_size)
12
13
SS_ONSTACK