diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-22 23:48:55 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:22 -0700 |
commit | 1e959a4b05f93bf31d0603a027b50cb148ef7e90 (patch) | |
tree | 535e27110fb4f6359466cbbaf2bda0e0d00b84cc /klibc | |
parent | [PATCH] libsysfs does not need mntent.h in it's header file. (diff) | |
download | eudev-1e959a4b05f93bf31d0603a027b50cb148ef7e90.tar.gz eudev-1e959a4b05f93bf31d0603a027b50cb148ef7e90.tar.bz2 eudev-1e959a4b05f93bf31d0603a027b50cb148ef7e90.zip |
[PATCH] klibc specific tweaks
Diffstat (limited to 'klibc')
-rw-r--r-- | klibc/klibc/include/signal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klibc/klibc/include/signal.h b/klibc/klibc/include/signal.h index ffd2beba4..e383755b2 100644 --- a/klibc/klibc/include/signal.h +++ b/klibc/klibc/include/signal.h @@ -22,6 +22,8 @@ # define NSIG _NSIG #endif +typedef int sig_atomic_t; + __extern const char * const sys_siglist[]; /* This assumes sigset_t is either an unsigned long or an array of such, |