diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-06-18 09:15:03 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-06-18 09:15:03 +0100 |
commit | 7f38b12881f445c63b3f82994f0ee76516735405 (patch) | |
tree | 7ed219b8d3e08deb40e768a8ecb03458d17d834b /test/egl_without_glx.c | |
parent | 7b8a540dce41c259a720c9ad4875cd8aa9d74240 (diff) | |
download | libepoxy-issue-181.tar.gz |
Define _GNU_SOURCE for strdup()issue-181
The strdup() function is available on uClibc if _XOPEN_SOURCE_EXTENDED
is defined; since we're using _GNU_SOURCE elsewhere to enable extended
libc features, and uClibc will set _XOPEN_SOURCE_EXTENDED if _GNU_SOURCE
is set, let's use that.
Closes #181
Diffstat (limited to 'test/egl_without_glx.c')
0 files changed, 0 insertions, 0 deletions