Maintenance: _BSD_SOURCE is deprecated
_DEFAULT_SOURCE supercedes _BSD_SOURCE Suppresses glib warning
This commit is contained in:
parent
309e28c6d7
commit
0df12d9c60
1 changed files with 1 additions and 0 deletions
1
3rdparty/iaxclient/lib/unixfuncs.c
vendored
1
3rdparty/iaxclient/lib/unixfuncs.c
vendored
|
@ -13,6 +13,7 @@
|
|||
*/
|
||||
|
||||
#define _BSD_SOURCE
|
||||
#define _DEFAULT_SOURCE
|
||||
#include <unistd.h>
|
||||
#ifndef __USE_POSIX199309
|
||||
#define __USE_POSIX199309
|
||||
|
|
Loading…
Add table
Reference in a new issue