1
0
mirror of https://github.com/golang/go synced 2024-11-20 01:54:41 -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:
Joel Sing 2011-11-13 03:58:24 +11:00
parent 3208917d54
commit 13dc53055f

View File

@ -8,14 +8,6 @@
enum
{
MUTEX_UNLOCKED = 0,
MUTEX_LOCKED = 1,
MUTEX_SLEEPING = 2,
ACTIVE_SPIN = 4,
ACTIVE_SPIN_CNT = 30,
PASSIVE_SPIN = 1,
ESRCH = 3,
ENOTSUP = 91,