mirror of
https://github.com/golang/go
synced 2024-11-20 04:24:51 -07:00
runtime: remove no longer used enums for openbsd
The code that used these has been moved to lock_sema.c. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5376062
This commit is contained in:
parent
3208917d54
commit
13dc53055f
@ -8,14 +8,6 @@
|
|||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
MUTEX_UNLOCKED = 0,
|
|
||||||
MUTEX_LOCKED = 1,
|
|
||||||
MUTEX_SLEEPING = 2,
|
|
||||||
|
|
||||||
ACTIVE_SPIN = 4,
|
|
||||||
ACTIVE_SPIN_CNT = 30,
|
|
||||||
PASSIVE_SPIN = 1,
|
|
||||||
|
|
||||||
ESRCH = 3,
|
ESRCH = 3,
|
||||||
ENOTSUP = 91,
|
ENOTSUP = 91,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user