tahoma2d/toonz
Érico Rolim 2c66a4ced9 Use feature test macros properly in igs_resource_msg_from_err_unix.
Feature test macros should be used to inform the C library what
functions a program _expects_ to be available (and which should be made
available to it), not as checks for what functions are available to be
used. Therefore, it is necessary to set _POSIX_C_SOURCE to 200809L,
which indicates we wish to use functions defined in POSIX.2008, one of
which is `int strerror_r()`. This way, all libc (including glibc, as
long as _GNU_SOURCE is undefined) implementations will make the correct
version of the function available, and the fallback to the `char
*strerror_r()` version is no longer necessary.
2021-08-31 11:10:47 -04:00
..
cmake cmake: Fix SuperLU include discovery on Fedora 32 2021-08-31 11:10:47 -04:00
install Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
sources Use feature test macros properly in igs_resource_msg_from_err_unix. 2021-08-31 11:10:47 -04:00