aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-17 14:39:28 +0000
committerElliott Hughes <enh@google.com>2024-04-17 14:39:28 +0000
commitcac8f321ffac3701e08c01f54f16ace55a48933e (patch)
treef6f80a1c5eb5879eae9987d16fff7e6341efd6c6
parent63be165916d343dd219c6dc0ceb0cbc57978ee04 (diff)
downloadltp-cac8f321ffac3701e08c01f54f16ace55a48933e.tar.gz
bionic-compat.h: no need to define LINE_MAX any more.
We've added this bad idea to bionic for source compatibility with existing code, and we've also removed ltp's uses of this macro upstream. Change-Id: I84b78eee8a87a3250c846b7868ded7c0c5d98ffb
-rw-r--r--android/include/bionic-compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/include/bionic-compat.h b/android/include/bionic-compat.h
index 511d8f9ba..ef849b1e8 100644
--- a/android/include/bionic-compat.h
+++ b/android/include/bionic-compat.h
@@ -17,9 +17,6 @@
#include <sys/utsname.h>
#include <unistd.h>
-// TODO: remove after https://android-review.git.corp.google.com/c/platform/bionic/+/3034152
-#define LINE_MAX _POSIX2_LINE_MAX
-
/* Bionic doesn't support extended patterns and
* as of LTP20180515, this only used by read_all.c
* which is run from runtest/fs.