mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
pipe.c: #define GNU_SOURCE
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
This commit is contained in:
parent
7ef44b7353
commit
ae9ba2249e
@ -12,6 +12,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE /* need for pipe2 */
|
||||
#endif
|
||||
|
||||
#include "common/pipe.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user