repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
[glibc/pb-stable.git]
/
signal
/
sigsetops.c
blob
0317662a1423fd1db4b9715967e30b30dce52ae1
1
/* Define the real-function versions of all inline functions
2
defined in signal.h (or bits/sigset.h). */
3
4
#include <features.h>
5
6
#define _EXTERN_INLINE
7
#ifndef __USE_EXTERN_INLINES
8
# define __USE_EXTERN_INLINES 1
9
#endif
10
11
#include
"signal.h"