Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 256224
Collapse All | Expand All

(-)src/core/util.c (-1 / +1 lines)
Lines 23-29 Link Here
23
 */
23
 */
24
24
25
#define _GNU_SOURCE
25
#define _GNU_SOURCE
26
#define _POSIX_C_SOURCE /* for fdopen() */
26
#define _POSIX_C_SOURCE 200112L /* for fdopen() */
27
27
28
#include <config.h>
28
#include <config.h>
29
#include "util.h"
29
#include "util.h"

Return to bug 256224