]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Define _GNU_SOURCE in src/Makefile.am
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 22 Aug 2011 22:35:13 +0000 (15:35 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 22 Aug 2011 22:35:13 +0000 (15:35 -0700)
commit3ce41446a66275bee1599b51aa3c47e2e0ae1b32
treee6eb9d36d5f0e70e2744fede409a8d20c50e893a
parent4e9a0b6d3096c0d942be941abe97c7e9281a8414
Define _GNU_SOURCE in src/Makefile.am

We end up needing _GNU_SOURCE in a bunch of places-- to get direct i/o,
pipe2, and some other Linux-specific interfaces.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
qa/workunits/direct_io/direct_io_test.c
qa/workunits/direct_io/test_short_dio_read.c
qa/workunits/direct_io/test_sync_io.c
src/Makefile.am
src/common/HeartbeatMap.cc
src/common/pipe.c
src/common/sync_filesystem.h
src/test/gprof-helper.c