repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git]
/
usr
/
src
/
lib
/
libast
/
common
/
features
/
siglist
blob
37d1bf0525de4eeec05391d06ae7dd7d014178c3
1
lib strsignal string.h signal.h
2
3
tst - run{
4
for sig in `/bin/kill -l 2>/dev/null`
5
do case $sig in
6
*[!A-Za-z0-9_]*|*MIN|*MAX)
7
;;
8
*) echo "#if defined(SIG$sig) && !defined(HAD_SIG$sig)"
9
echo "0,\"$sig\",SIG$sig,"
10
echo "#endif"
11
;;
12
esac
13
done
14
}end