Commit 182e462
authored
Replace _POSIX_SOURCE with _POSIX_C_SOURCE 200809L in ffsystem.c (#2562)
This requests a modern POSIX interface set which reflects modern platform
realities. This ensures localtime_r(3) is declared on modern POSIX compliant
platforms such as the BSDs, as well as silences a "localtime_r not declared"
warning.
Tested on OpenBSD/amd64 7.8-stable.1 parent ac8a429 commit 182e462
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments