mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
os: OS-dependent bits to support NetBSD.
R=golang-dev, jsing CC=golang-dev https://golang.org/cl/5482068
This commit is contained in:
parent
7e6890a670
commit
d10126a622
6 changed files with 233 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ extern void sysfatal(char*, ...);
|
|||
#define DMWRITE 0x2 /* mode bit for write permission */
|
||||
#define DMEXEC 0x1 /* mode bit for execute permission */
|
||||
|
||||
#ifdef RFMEM /* FreeBSD, OpenBSD */
|
||||
#ifdef RFMEM /* FreeBSD, OpenBSD, NetBSD */
|
||||
#undef RFFDG
|
||||
#undef RFNOTEG
|
||||
#undef RFPROC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue