phobos/std/c/linux/pthread.d
Vladimir Panteleev d1f2b64b0d Temporarily replace new deprecations with comments
Removes deprecations added in 093d636de4
2015-01-04 15:52:05 +00:00

11 lines
363 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;
import std.c.linux.linux;
public import core.sys.posix.pthread;