Commit ecb2a0a9 authored by Shenghou Ma's avatar Shenghou Ma

runtime: fix SI_USER for FreeBSD

Ref: http://svnweb.freebsd.org/base/head/sys/sys/signal.h?revision=HEAD&view=markup

R=golang-dev, devon.odell, r
CC=golang-dev
https://golang.org/cl/6490118
parent 7b7a7a57
......@@ -15,7 +15,7 @@ int32 runtime·sysctl(uint32*, uint32, byte*, uintptr*, byte*, uintptr);
void runtime·raisesigpipe(void);
#define NSIG 33
#define SI_USER 0
#define SI_USER 0x10001
#define RLIMIT_AS 10
typedef struct Rlimit Rlimit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment