2
0
Fork 0

use _DEFAULT_SOURCE instead of _BSD_SOURCE

Change-Id: Iecd6f2b4d31cd8f64f1c7ed491650a9b2a35be28
personal/stbuehler/wip
Stefan Bühler 2016-08-27 11:32:19 +02:00
parent 130f14a3ea
commit f17a221cd8
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
# ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
# endif
# ifndef _BSD_SOURCE
# define _BSD_SOURCE 1
# ifndef _DEFAULT_SOURCE
# define _DEFAULT_SOURCE 1
# endif
#endif