phobos/std/c/linux/pthread.d
2015-01-06 19:31:58 +01:00

12 lines
380 B
D

/* Written by Walter Bright, Christopher E. Miller, and many others.
* www.digitalmars.com
* Placed into public domain.
*/
/// Please import core.sys.posix.pthread or the other core.sys.posix.* modules you need instead. This module will be deprecated in DMD 2.068.
module std.c.linux.pthread;
version (linux):
import std.c.linux.linux;
public import core.sys.posix.pthread;