mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-22532 Set a value for _POSIX_C_SOURCE to get symlink() declared.
ISO C99 and later do not support implicit function declarations.
This commit is contained in:
parent
23d1fc5989
commit
a837e0d399
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
** 2006-07-17 by Arthur David Olson.
|
||||
*/
|
||||
|
||||
/* https://man7.org/linux/man-pages/man2/symlink.2.html */
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
|
||||
/* Enable extensions and modifications for ICU. */
|
||||
#define ICU
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue