summaryrefslogtreecommitdiffstats
path: root/libc/upstream-openbsd
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-06-04 14:33:18 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-06-04 14:51:26 -0700
commitc534603f8d2a03e0ace678adc83d6194a7afdbe9 (patch)
treeae3ff05250aec80158ead2bdc5fc9ffcdeb1aa69 /libc/upstream-openbsd
parentf2e86cd98038d6239265d936c32774b7289bfdc7 (diff)
downloadbionic-c534603f8d2a03e0ace678adc83d6194a7afdbe9.zip
bionic-c534603f8d2a03e0ace678adc83d6194a7afdbe9.tar.gz
bionic-c534603f8d2a03e0ace678adc83d6194a7afdbe9.tar.bz2
Hide __atexit
Bug: http://b/21640806 Change-Id: I778b35c8c7538859179e97fcf5a82db2fcd9e50f (cherry picked from commit 9cf6fc304bbbfb26911e0b624b80d862c40b0308)
Diffstat (limited to 'libc/upstream-openbsd')
-rw-r--r--libc/upstream-openbsd/android/include/openbsd-compat.h1
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 8f55a26..47bacc3 100644
--- a/libc/upstream-openbsd/android/include/openbsd-compat.h
+++ b/libc/upstream-openbsd/android/include/openbsd-compat.h
@@ -74,7 +74,6 @@ __LIBC_HIDDEN__ void* reallocarray(void*, size_t, size_t);
__LIBC64_HIDDEN__ extern const short* _tolower_tab_;
__LIBC64_HIDDEN__ extern const short* _toupper_tab_;
-__LIBC_HIDDEN__ extern struct atexit* __atexit;
__LIBC_HIDDEN__ extern const char _C_ctype_[];
__LIBC_HIDDEN__ extern const short _C_toupper_[];
__LIBC_HIDDEN__ extern const short _C_tolower_[];