diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-16 18:48:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 19:38:35 +0200 |
commit | 643caa68f0213bb5a28db708c57085444cb1c69c (patch) | |
tree | 38f75a8df97ccf257a96cdb337abcad16a190643 /erts/emulator/drivers/common/gzio.c | |
parent | 817eeaf7777af901110d5da8c73006abdfa9be6a (diff) | |
download | otp-643caa68f0213bb5a28db708c57085444cb1c69c.tar.gz otp-643caa68f0213bb5a28db708c57085444cb1c69c.tar.bz2 otp-643caa68f0213bb5a28db708c57085444cb1c69c.zip |
erts: Remove VxWorks from drivers
Diffstat (limited to 'erts/emulator/drivers/common/gzio.c')
-rw-r--r-- | erts/emulator/drivers/common/gzio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/erts/emulator/drivers/common/gzio.c b/erts/emulator/drivers/common/gzio.c index a9303d55bc..ca6d25adb4 100644 --- a/erts/emulator/drivers/common/gzio.c +++ b/erts/emulator/drivers/common/gzio.c @@ -21,11 +21,6 @@ #include "erl_driver.h" #include "sys.h" -#ifdef VXWORKS -/* pull in FOPEN from zutil.h instead */ -#undef F_OPEN -#endif - #ifdef __WIN32__ #ifndef HAVE_CONFLICTING_FREAD_DECLARATION #define HAVE_CONFLICTING_FREAD_DECLARATION |