]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - linker/linker_libc_support.c
Support gethostbyname_r_ERANGE.
[android-sdk/platform-bionic.git] / linker / linker_libc_support.c
index 17db6d4e755ae27583340b65b5605682bb6e9906..4c49384bfe2fcc3d5c6d8976ba24201f467ead8c 100644 (file)
@@ -15,3 +15,7 @@
  */
 
 #include "../libc/arch-common/bionic/__dso_handle.h"
+
+int atexit(void (*function)(void) __attribute__((__unused__))) {
+  return -1;
+}