Skip to content

Commit 728d709

Browse files
committed
Using DEFAULT_SOURCE instead of (deprecated) BSD_SOURCE; fixes #790272
1 parent 05abf3c commit 728d709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77
#define _POSIX_C_SOURCE 200809L
8-
#define _BSD_SOURCE
8+
#define _DEFAULT_SOURCE
99

1010
#include "src/logging.h"
1111
#include "src/version.h"

0 commit comments

Comments
 (0)