phobos/std/c/linux/linuxextern.d
Jonathan M Davis 0899d9403f Move deprecations along.
This includes deprecating std.c.*, which apparently was marked as
scheduled for deprecation in 2.068 but never actually deprecated (though
it looks like it was previously removed from the documentation build,
since it doesn't show up on dlang.org).
2015-12-30 00:18:53 -08:00

17 lines
474 B
D

// @@@DEPRECATED_2017-06@@@
/* Written by Walter Bright.
* www.digitalmars.com
* Placed into public domain.
* Linux(R) is the registered trademark of Linus Torvalds in the U.S. and other
* countries.
*/
/++
$(RED Deprecated. Remove this import. This module no longer contains
anything.)
+/
deprecated("This module no longer contains anything. Just remove the import.")
module std.c.linux.linuxextern;
// No longer needed since "extern" storage class