freebsd-dev/lib/libkse
Marcel Moolenaar 5858b0cea8 Explicitly widen int types before casting to pointer types. On 64-bit
platforms the compiler warns about incompatible integer/pointer casts
and on ia64 this generally is bad news. We know that what we're doing
here is valid/correct, so suppress the warning. No functional change.

Sleeps better: marcel
2003-06-24 00:37:26 +00:00
..
arch Untangle the inter-dependency of kse types and ksd types/functions 2003-06-23 23:15:06 +00:00
support Provide a reference to __sys_write. The implementation uses this when 2003-06-08 17:29:32 +00:00
sys Move the machine specific files from sys/Makefile.inc and put them 2003-06-23 04:28:31 +00:00
test For now, build and install this as libkse instead of libpthread. 2002-12-08 22:43:31 +00:00
thread Explicitly widen int types before casting to pointer types. On 64-bit 2003-06-24 00:37:26 +00:00
Makefile Move the machine specific files from sys/Makefile.inc and put them 2003-06-23 04:28:31 +00:00