Merge "Remove the legacy endusershell/getusershell/setusershell stubs."
am: d9146c2404
* commit 'd9146c24041ad571e3725ab630d9ac94df3ff6d1':
Remove the legacy endusershell/getusershell/setusershell stubs.
This commit is contained in:
commit
601183efaf
@ -359,18 +359,8 @@ extern "C" pthread_internal_t* __get_thread() {
|
|||||||
|
|
||||||
#endif // !defined(__LP64__)
|
#endif // !defined(__LP64__)
|
||||||
|
|
||||||
// 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.
|
||||||
extern "C" char* getusershell() {
|
// In the M time frame, over 1000 apps have a reference to this!
|
||||||
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.
|
|
||||||
extern "C" void endpwent() { }
|
extern "C" void endpwent() { }
|
||||||
|
|
||||||
// Since dlmalloc_inspect_all and dlmalloc_trim are exported for systems
|
// Since dlmalloc_inspect_all and dlmalloc_trim are exported for systems
|
||||||
|
@ -389,7 +389,6 @@ LIBC {
|
|||||||
endmntent;
|
endmntent;
|
||||||
endpwent;
|
endpwent;
|
||||||
endservent;
|
endservent;
|
||||||
endusershell;
|
|
||||||
endutent;
|
endutent;
|
||||||
environ;
|
environ;
|
||||||
epoll_create;
|
epoll_create;
|
||||||
@ -580,7 +579,6 @@ LIBC {
|
|||||||
gettid;
|
gettid;
|
||||||
gettimeofday;
|
gettimeofday;
|
||||||
getuid;
|
getuid;
|
||||||
getusershell;
|
|
||||||
getutent;
|
getutent;
|
||||||
getwc;
|
getwc;
|
||||||
getwchar;
|
getwchar;
|
||||||
@ -1051,7 +1049,6 @@ LIBC {
|
|||||||
setstate;
|
setstate;
|
||||||
settimeofday;
|
settimeofday;
|
||||||
setuid;
|
setuid;
|
||||||
setusershell;
|
|
||||||
setutent;
|
setutent;
|
||||||
setvbuf;
|
setvbuf;
|
||||||
setxattr;
|
setxattr;
|
||||||
|
Loading…
Reference in New Issue
Block a user