diff options
Diffstat (limited to 'libc/bionic/stubs.cpp')
-rw-r--r-- | libc/bionic/stubs.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libc/bionic/stubs.cpp b/libc/bionic/stubs.cpp index 0937e9c06..b1e38be8f 100644 --- a/libc/bionic/stubs.cpp +++ b/libc/bionic/stubs.cpp @@ -444,16 +444,6 @@ void endpwent() { UNIMPLEMENTED; } -char* ttyname(int /*fd*/) { // NOLINT: implementing bad function. - UNIMPLEMENTED; - return NULL; -} - -int ttyname_r(int /*fd*/, char* /*buf*/, size_t /*buflen*/) { - UNIMPLEMENTED; - return -ERANGE; -} - char* getusershell() { UNIMPLEMENTED; return NULL; |