dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
loglan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added upstream from http://ftp.icm.edu.pl/pub/loglan/
[loglan.git]
/
sources
/
f2c
/
usignal.h
1
#include <signal.h>
2
#ifndef SIGHUP
3
#define SIGHUP 1 /* hangup */
4
#endif
5
#ifndef SIGQUIT
6
#define SIGQUIT 3 /* quit */
7
#endif