diff options
author | rsc <devnull@localhost> | 2005-01-11 21:28:31 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 21:28:31 +0000 |
commit | 7b0c2f155dc4ac20d65c6a9899ae223053379fcd (patch) | |
tree | f6e5e7ae99f6ae7c3b04850a296a9e5e4e0df0b5 /include | |
parent | 37cc72d323478b1d98ee741e3d88557d141e7767 (diff) | |
download | plan9port-7b0c2f155dc4ac20d65c6a9899ae223053379fcd.tar.gz plan9port-7b0c2f155dc4ac20d65c6a9899ae223053379fcd.tar.bz2 plan9port-7b0c2f155dc4ac20d65c6a9899ae223053379fcd.zip |
no more 9commands
Diffstat (limited to 'include')
-rw-r--r-- | include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u.h b/include/u.h index af9746a4..dd9b1682 100644 --- a/include/u.h +++ b/include/u.h @@ -6,7 +6,7 @@ extern "C" { #define __BSD_VISIBLE 1 /* FreeBSD 5.x */ #define __EXTENSIONS__ 1 /* SunOS */ -#define __MAKECONTEXT_V2_SOURCE 1 /* SunOS */ +/* NOT USING #define __MAKECONTEXT_V2_SOURCE 1 / * SunOS */ #define _BSD_SOURCE 1 #define _SVID_SOURCE 1 #define _XOPEN_SOURCE 1000 |