We should ifdef check the define of _GNU_SOURCE

pull/380/head
David Klempner 10 years ago
parent d44f8410df
commit 9db67cbfb0
  1. 2
      src/core/support/cpu_linux.c

@ -31,7 +31,9 @@
*
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#undef /* _GNU_SOURCE */
#include <grpc/support/port_platform.h>

Loading…
Cancel
Save