aboutsummaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-06 16:49:39 -0700
committerElliott Hughes <enh@google.com>2014-06-06 16:49:39 -0700
commit47ba295b0679148970bbffc9b76a3651efea9502 (patch)
tree50c35c2ca079093c8f315c21cd53c7df8da0987a /libc/Android.mk
parent6fa47ca484aa37b0a2a5734a9def32973d110cc6 (diff)
downloadandroid_bionic-47ba295b0679148970bbffc9b76a3651efea9502.tar.gz
android_bionic-47ba295b0679148970bbffc9b76a3651efea9502.tar.bz2
android_bionic-47ba295b0679148970bbffc9b76a3651efea9502.zip
Rewrite and hide longjmperror.
This shouldn't be public API, isn't supported on x86/x86_64, and it's unlikely anyone would have actually seen the message before anyway. Using __libc_fatal makes it much more likely to be seen. Bug: 11156955 Change-Id: Icf7f654b22a7dacd89668b60c11e5705c7215c08
Diffstat (limited to 'libc/Android.mk')
-rw-r--r--libc/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index ee8981a4a..08c9ddda8 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -270,7 +270,6 @@ libc_upstream_netbsd_src_files := \
upstream-netbsd/lib/libc/gen/nice.c \
upstream-netbsd/lib/libc/gen/popen.c \
upstream-netbsd/lib/libc/gen/psignal.c \
- upstream-netbsd/lib/libc/gen/setjmperr.c \
upstream-netbsd/lib/libc/gen/utime.c \
upstream-netbsd/lib/libc/gen/utmp.c \
upstream-netbsd/lib/libc/isc/ev_streams.c \