diff options
author | David Klempner <klempner@imsanet.org> | 2015-02-03 18:36:37 -0800 |
---|---|---|
committer | David Klempner <klempner@imsanet.org> | 2015-02-03 18:36:37 -0800 |
commit | 9e1b10b027308894d484c154658933eb415eb0c4 (patch) | |
tree | c39d15e52ae700f2adfc5ffdbd32e0f716c8a961 /src | |
parent | 9db67cbfb0c02e445360c404361d61ec2ea151ee (diff) |
undef and endif aren't the same thing
Diffstat (limited to 'src')
-rw-r--r-- | src/core/support/cpu_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/support/cpu_linux.c b/src/core/support/cpu_linux.c index e0df699217..ad82174894 100644 --- a/src/core/support/cpu_linux.c +++ b/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> |