mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
11 lines
371 B
D
11 lines
371 B
D
/* Written by Walter Bright, Christopher E. Miller, and many others.
|
|
* www.digitalmars.com
|
|
* Placed into public domain.
|
|
*/
|
|
|
|
deprecated("Please import core.sys.posix.pthread or the other core.sys.posix.* modules you need instead. This module will be removed in April 2015.")
|
|
module std.c.linux.pthread;
|
|
|
|
import std.c.linux.linux;
|
|
|
|
public import core.sys.posix.pthread;
|