Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Nov 1999 07:30:55 +0000 (07:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Nov 1999 07:30:55 +0000 (07:30 +0000)
* sysdeps/unix/sysv/linux/bits/signum.h (SIGSYS): New definition.

* sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE802_TR): Added.

ChangeLog
sysdeps/unix/sysv/linux/bits/signum.h
sysdeps/unix/sysv/linux/net/if_arp.h

index 889305a..c3a1c51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
 
+       * sysdeps/unix/sysv/linux/bits/signum.h (SIGSYS): New definition.
+
+       * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE802_TR): Added.
+
        * string/stratcliff.c: Add one more strchr test for something
        which was reported to not work
        (which proofed to be wrong).
index 1054f9a..fb26703 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
index 58464b0..d5574d9 100644 (file)
@@ -119,6 +119,7 @@ struct arphdr
 #define ARPHRD_FCAL    785             /* Fibrechanel arbitrated loop.  */
 #define ARPHRD_FCPL    786             /* Fibrechanel public loop.  */
 #define ARPHRD_FCPFABRIC 787           /* Fibrechanel fabric.  */
+#define ARPHRD_IEEE802_TR 800          /* Magic type ident for TR.  */
 
 
 /* ARP ioctl request.  */