diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-29 04:55:04 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-29 04:55:04 +0000 |
commit | afc63dd1f6afcc5b404205c3b2932d3438a49f08 (patch) | |
tree | e861c881a36bebf067528987bfa5fe3cae84036d /loader/minilibc.h | |
parent | 016a3dc71770a256211d700d61cd414f200a0926 (diff) | |
download | anaconda-afc63dd1f6afcc5b404205c3b2932d3438a49f08.tar.gz anaconda-afc63dd1f6afcc5b404205c3b2932d3438a49f08.tar.xz anaconda-afc63dd1f6afcc5b404205c3b2932d3438a49f08.zip |
pull signal crap from asm/signal.h, not #define
Diffstat (limited to 'loader/minilibc.h')
-rw-r--r-- | loader/minilibc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/loader/minilibc.h b/loader/minilibc.h index d4a422f42..d9bf83a08 100644 --- a/loader/minilibc.h +++ b/loader/minilibc.h @@ -28,6 +28,7 @@ extern int errno; #include <asm/ioctls.h> #include <asm/unistd.h> #include <asm/fcntl.h> +#include <asm/signal.h> #ifndef MINILIBC_INTERNAL static inline _syscall5(int,mount,const char *,spec,const char *,dir,const char *,type,unsigned long,rwflag,const void *,data); @@ -106,8 +107,3 @@ char * strchr(char * str, int ch); char * strncpy(char * dst, const char * src, int len); void printstr(char * string); - -#define SIGINT 2 -#define SIGTSTP 20 - -#define SIG_IGN ((void *) 1) |