freebsd-dev/lib/libkse/sys
Daniel Eischen 850108c0b4 Don't assume sizeof(long) = sizeof(int) on x86; use int
instead of long types for low-level locks.

Add prototypes for some internal libc functions that are
wrapped by the library as cancellation points.

Add memory barriers to alpha atomic swap functions (submitted
by davidxu).

Requested by:	bde
2003-09-03 17:56:26 +00:00
..
lock.c Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
lock.h Don't assume sizeof(long) = sizeof(int) on x86; use int 2003-09-03 17:56:26 +00:00
Makefile.inc Move the machine specific files from sys/Makefile.inc and put them 2003-06-23 04:28:31 +00:00
thr_error.c Protect thread errno from being changed while operating 2003-04-23 21:46:50 +00:00