commit | 7a73a2c84f5f058c82801adb0f3dd7a18a136a85 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 23 00:01:16 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 23 00:01:16 2020 +0000 |
tree | 21bedb86cad249198bf57cdb1a18c41396170cbe | |
parent | 3d34bfc45c0ddff4467ab8a1fd8a29e2003d03a4 [diff] | |
parent | 928c2492a33ddf998add2ec5143af97fe26e0734 [diff] |
Merge "Remove an unused code path"
diff --git a/libc/bionic/strerror.cpp b/libc/bionic/strerror.cpp index 38d8191..5733567 100644 --- a/libc/bionic/strerror.cpp +++ b/libc/bionic/strerror.cpp
@@ -69,7 +69,7 @@ [EINVAL] = "Invalid argument", [ENFILE] = "File table overflow", [EMFILE] = "Too many open files", - [ENOTTY] = "Not a typewriter", + [ENOTTY] = "Inappropriate ioctl for device", [ETXTBSY] = "Text file busy", [EFBIG] = "File too large", [ENOSPC] = "No space left on device",