Merge "Remove the legacy endusershell/getusershell/setusershell stubs."

This commit is contained in:
Elliott Hughes 2015-10-28 23:35:25 +00:00 committed by Gerrit Code Review
commit d9146c2404
2 changed files with 2 additions and 15 deletions

View File

@ -359,18 +359,8 @@ extern "C" pthread_internal_t* __get_thread() {
#endif // !defined(__LP64__)
// This is never implemented in bionic, only needed for ABI compatibility with the NDK.
extern "C" char* getusershell() {
return NULL;
}
// This is never implemented in bionic, only needed for ABI compatibility with the NDK.
extern "C" void setusershell() { }
// This is never implemented in bionic, only needed for ABI compatibility with the NDK.
extern "C" void endusershell() { }
// This is never implemented in bionic, only needed for ABI compatibility with the NDK.
// This was never implemented in bionic, only needed for ABI compatibility with the NDK.
// In the M time frame, over 1000 apps have a reference to this!
extern "C" void endpwent() { }
// Since dlmalloc_inspect_all and dlmalloc_trim are exported for systems

View File

@ -389,7 +389,6 @@ LIBC {
endmntent;
endpwent;
endservent;
endusershell;
endutent;
environ;
epoll_create;
@ -580,7 +579,6 @@ LIBC {
gettid;
gettimeofday;
getuid;
getusershell;
getutent;
getwc;
getwchar;
@ -1051,7 +1049,6 @@ LIBC {
setstate;
settimeofday;
setuid;
setusershell;
setutent;
setvbuf;
setxattr;