diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 20:05:30 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 20:05:30 -0400 |
commit | b1ebd700c5295a449f8d114740f0d1fb6e6b2eb5 (patch) | |
tree | 42d2ab766024dfbc29dff5158a1a4e6064c52338 /sysdeps/unix/sysv/linux/bits | |
parent | 8887a920a4b81a500f54893250085e0d1a52cf9a (diff) | |
download | glibc-b1ebd700c5295a449f8d114740f0d1fb6e6b2eb5.tar.gz |
Don't document si_code used for raise()
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/siginfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/siginfo.h b/sysdeps/unix/sysv/linux/bits/siginfo.h index 4ce319dc97..d3dd4c21de 100644 --- a/sysdeps/unix/sysv/linux/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/bits/siginfo.h @@ -1,5 +1,5 @@ /* siginfo_t, sigevent and constants. Linux version. - Copyright (C) 1997-2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1997-2002, 2003, 2011 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 @@ -142,7 +142,7 @@ enum # define SI_TIMER SI_TIMER SI_QUEUE, /* Sent by sigqueue. */ # define SI_QUEUE SI_QUEUE - SI_USER, /* Sent by kill, sigsend, raise. */ + SI_USER, /* Sent by kill, sigsend. */ # define SI_USER SI_USER SI_KERNEL = 0x80 /* Send by kernel. */ #define SI_KERNEL SI_KERNEL |