plan9port/src/lib9/rendez-Linux.c
rsc 282c88f9de Bite the bullet. Have to use different
binaries on 2.4 and 2.6.
2004-09-17 22:09:31 +00:00

5 lines
87 B
C

#ifdef __Linux26__
#include "rendez-pthread.c"
#else
#include "rendez-signal.c"
#endif