diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-24 07:30:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-24 07:30:55 +0000 |
commit | f560110dd6b911b2719d6010fc321b1059de215a (patch) | |
tree | 4fe7e140c441b3a849bf3cea6a37df3d1709ce4a /sysdeps/unix/sysv/linux/bits/signum.h | |
parent | 76e680a87a3f24c4e200e1064c65d7269c4c189c (diff) | |
download | glibc-f560110dd6b911b2719d6010fc321b1059de215a.tar.gz glibc-f560110dd6b911b2719d6010fc321b1059de215a.tar.xz glibc-f560110dd6b911b2719d6010fc321b1059de215a.zip |
Update.
* sysdeps/unix/sysv/linux/bits/signum.h (SIGSYS): New definition. * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE802_TR): Added.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/signum.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/signum.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/signum.h b/sysdeps/unix/sysv/linux/bits/signum.h index 1054f9aad6..fb26703d02 100644 --- a/sysdeps/unix/sysv/linux/bits/signum.h +++ b/sysdeps/unix/sysv/linux/bits/signum.h @@ -1,5 +1,5 @@ /* Signal number definitions. Linux version. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -63,6 +63,7 @@ #define SIGPOLL SIGIO /* Pollable event occurred (System V). */ #define SIGIO 29 /* I/O now possible (4.2 BSD). */ #define SIGPWR 30 /* Power failure restart (System V). */ +#define SIGSYS 31 /* Bad system call. */ #define SIGUNUSED 31 #define _NSIG 64 /* Biggest signal number + 1 |