1
0
Fork 0

Maintenance: _BSD_SOURCE is deprecated

_DEFAULT_SOURCE supercedes _BSD_SOURCE
Suppresses glib warning
This commit is contained in:
Scott Giese 2021-02-19 22:03:02 -06:00
parent 309e28c6d7
commit 0df12d9c60

View file

@ -13,6 +13,7 @@
*/
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#include <unistd.h>
#ifndef __USE_POSIX199309
#define __USE_POSIX199309