diff options
Diffstat (limited to 'libc/bionic/stubs.cpp')
-rw-r--r-- | libc/bionic/stubs.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libc/bionic/stubs.cpp b/libc/bionic/stubs.cpp index 41ecd0990..9b025df7c 100644 --- a/libc/bionic/stubs.cpp +++ b/libc/bionic/stubs.cpp @@ -444,21 +444,6 @@ void endpwent() { UNIMPLEMENTED; } -mntent* getmntent(FILE* /*f*/) { - UNIMPLEMENTED; - return NULL; -} - -FILE* setmntent(const char*, const char*) { - UNIMPLEMENTED; - return NULL; -} - -int endmntent(FILE*) { - UNIMPLEMENTED; - return 1; /* Allways returns 1 according to man */ -} - char* ttyname(int /*fd*/) { // NOLINT: implementing bad function. UNIMPLEMENTED; return NULL; |