Initial revision

This commit is contained in:
Martin Baulig
1998-07-18 16:15:56 +00:00
parent 0e086aef25
commit 5e9d34c91a
23 changed files with 2280 additions and 0 deletions

12
libproc/signals.h Normal file
View File

@@ -0,0 +1,12 @@
/* signals.h - signal name handling */
void list_signals(void);
/* Lists all known signal names on standard output. */
int get_signal(char *name,char *cmd);
int get_signal2(char *name);
/* Returns the signal number of NAME. If no such signal exists, an error
message is displayed and the program is terminated. CMD is the name of the
application. */