mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00

* Transformed std.c.linux.* into wrappers around core.sys.posix modules where appropriate. * Added std.c.osx as the OSX equivalent of std.c.linux. * Added std.c.osx.socket for OSX-specific socket declarations not covered by the Posix spec. * Altered all makefiles to zip, etc, the new std.c.osx package.
7 lines
82 B
D
7 lines
82 B
D
|
|
|
|
module std.c.linux.termios;
|
|
|
|
extern (C):
|
|
|
|
public import core.sys.posix.termios;
|