mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
12 lines
288 B
D
12 lines
288 B
D
// @@@DEPRECATED_2017-06@@@
|
|
|
|
|
|
/++
|
|
$(RED Deprecated. Use `core.sys.posix.termios` instead. This module will
|
|
be removed in June 2017.)
|
|
+/
|
|
deprecated("Import core.sys.posix.termios instead")
|
|
module std.c.linux.termios;
|
|
|
|
version (linux):
|
|
public import core.sys.posix.termios;
|