]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(SIGSYS): New definition.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 06:28:26 +0000 (06:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 06:28:26 +0000 (06:28 +0000)
sysdeps/unix/sysv/linux/bits/signum.h

index 1054f9aad6f0777244e8c2eef86a062a5349ac3d..fb26703d02d667027e247739e5f6f58bde42f364 100644 (file)
@@ -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