[Glibc-bsd-commits] r4160 - trunk/glibc-ports/kfreebsd/bits
Robert Millan
rmh at alioth.debian.org
Thu Mar 29 15:23:37 UTC 2012
Author: rmh
Date: 2012-03-29 15:23:36 +0000 (Thu, 29 Mar 2012)
New Revision: 4160
Modified:
trunk/glibc-ports/kfreebsd/bits/siginfo.h
Log:
Import SI_KERNEL and SI_LWP from upstream HEAD.
Modified: trunk/glibc-ports/kfreebsd/bits/siginfo.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/siginfo.h 2012-03-29 15:20:52 UTC (rev 4159)
+++ trunk/glibc-ports/kfreebsd/bits/siginfo.h 2012-03-29 15:23:36 UTC (rev 4160)
@@ -69,6 +69,10 @@
# define SI_QUEUE SI_QUEUE
SI_USER = 0x10001, /* Sent by kill, sigsend, raise. */
# define SI_USER SI_USER
+ SI_KERNEL = 0x10006,
+# define SI_KERNEL SI_KERNEL
+ SI_LWP = 0x10007, /* Sent by thr_kill. */
+# define SI_LWP SI_LWP
SI_UNDEFINED = 0
# define SI_UNDEFINED SI_UNDEFINED
};
More information about the Glibc-bsd-commits
mailing list