diff options
author | Elliott Hughes <enh@google.com> | 2014-05-06 17:18:16 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-06 17:18:16 +0000 |
commit | 100168abff75f41c0179a77777f0aef622f7ed9f (patch) | |
tree | c15cbf32b243df0bf5a4da58d71966e606a8946e /libc/upstream-openbsd/android/include | |
parent | 7b1a95bc761c584d2654f6dc355830ff2e405655 (diff) | |
parent | 9a5a3e8e74e2c6d7850ab29711189acf0f7378a2 (diff) | |
download | android_bionic-100168abff75f41c0179a77777f0aef622f7ed9f.tar.gz android_bionic-100168abff75f41c0179a77777f0aef622f7ed9f.tar.bz2 android_bionic-100168abff75f41c0179a77777f0aef622f7ed9f.zip |
Merge "Fix <math.h> to quieten most of our warnings."
Diffstat (limited to 'libc/upstream-openbsd/android/include')
-rw-r--r-- | libc/upstream-openbsd/android/include/openbsd-compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index b55f39050..bacd1d7dd 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h @@ -17,7 +17,6 @@ #ifndef _BIONIC_OPENBSD_COMPAT_H_included #define _BIONIC_OPENBSD_COMPAT_H_included -#define _GNU_SOURCE #define __USE_BSD /* OpenBSD's <ctype.h> uses these names, which conflicted with stlport. |