mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
12 lines
380 B
D
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;
|