NetBSD/lib/librumphijack
martin 91d93016c8 poll(), pollts() and select() all return int values, but in the hijack
emulation of them these get passed as exit values from a pthread as
a void* (c.f. pthread_join(), pthread_exit()).
Do not use the address of an int variable for these, but provide the address
of a void* and assign the value afterwards.
Fixes hijacking of pollts/select on 64bit big endian hosts.
Spotted by and fix from pooka.
2012-04-18 10:37:37 +00:00
..
hijack.c poll(), pollts() and select() all return int values, but in the hijack 2012-04-18 10:37:37 +00:00
hijack.h duh, remember to cvs add hijack.h too... 2011-02-23 18:18:24 +00:00
hijackdlsym.c Ok, for reasons I can't begin to understand, the binaries I tested 2011-02-25 16:01:41 +00:00
Makefile These directories default to WARNS?=5 2012-03-21 05:37:42 +00:00
rumphijack.3 document fdoff 2011-03-14 15:21:22 +00:00
shlib_version