runtime: If O_CLOEXEC is not defined, define it as 0.
[gcc.git] / libgo / runtime / thread-linux.c
2011-11-29 Ian Lance Taylorruntime: If O_CLOEXEC is not defined, define it as 0.
2011-11-28 Ian Lance Taylorruntime: Multiplex goroutines onto OS threads.
2011-11-22 Ian Lance Taylorruntime: New lock/note implementation.