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
powerpc: Undefine Linux ptrace macros that conflict with __ptrace_request
[glibc.git]
/
bits
/
types
/
__sigset_t.h
blob
c90d760a6e6ca091184c33dce0a122c80c24de10
1
#ifndef ____sigset_t_defined
2
#define ____sigset_t_defined 1
3
4
/* A `sigset_t' has a bit for each signal. */
5
typedef
unsigned long int
__sigset_t
;
6
7
#endif