undef and endif aren't the same thing

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

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

Loading…
Cancel
Save