diff options
author | Björn Gustavsson <[email protected]> | 2016-03-15 12:51:50 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-03-15 13:15:58 +0100 |
commit | 99b8c76f52558a1522f8ecc9efef7b3633656c8a (patch) | |
tree | fdd4dafc7f124956f4c120e52344913e41b2593b /erts/example | |
parent | 12c3609f15dbe367684ecb506b61f07c15205c51 (diff) | |
download | otp-99b8c76f52558a1522f8ecc9efef7b3633656c8a.tar.gz otp-99b8c76f52558a1522f8ecc9efef7b3633656c8a.tar.bz2 otp-99b8c76f52558a1522f8ecc9efef7b3633656c8a.zip |
run_erl: Don't define _XOPEN_SOURCE on OS X
On MacOS X, defining _XOPEN_SOURCE usually *removes* features from
header files.
Therefore, we should not set _XOPEN_SOURCE to 600 since that will
remove the prototype for vsyslog(). Setting it to an empty value
or not including it will ensure that the vsyslog() prototype is
included.
Diffstat (limited to 'erts/example')
0 files changed, 0 insertions, 0 deletions