aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/sync_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-16 11:13:22 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-16 11:13:22 -0800
commitcfdef957ad05dafcf9efef02ef71684932866093 (patch)
tree0b81117d0fd5a221bb7b5270359a9a6303d00494 /src/core/support/sync_posix.c
parent771fefb41bd325ac01ef6d378413ad609974e61d (diff)
parent361c5be0561bbd27a40b03eb215ab00f6900fd1a (diff)
Merge github.com:grpc/grpc into c++api
Diffstat (limited to 'src/core/support/sync_posix.c')
-rw-r--r--src/core/support/sync_posix.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/support/sync_posix.c b/src/core/support/sync_posix.c
index a28a4c6bf4..94fc1b0bec 100644
--- a/src/core/support/sync_posix.c
+++ b/src/core/support/sync_posix.c
@@ -31,13 +31,6 @@
*
*/
-/* Posix gpr synchroization support code. */
-
-#if !defined _POSIX_C_SOURCE || _POSIX_C_SOURCE < 199309L
-#undef _POSIX_C_SOURCE
-#define _POSIX_C_SOURCE 199309L
-#endif
-
#include <grpc/support/port_platform.h>
#ifdef GPR_POSIX_SYNC