aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-15 21:37:05 +0000
committerElliott Hughes <enh@google.com>2024-04-15 21:37:05 +0000
commit63be165916d343dd219c6dc0ceb0cbc57978ee04 (patch)
treec49b002cda2a32b5f2a0bf549bd52eada0139391
parent7f743b2491f68cce32abf0e74bf9a861c4c90656 (diff)
downloadltp-63be165916d343dd219c6dc0ceb0cbc57978ee04.tar.gz
bionic-compat.h: remove more unused definitions.
Upstream ltp has cleaned up since these were last needed. Change-Id: I091e4e2345181a883c5b6ade40901dc1b33cab9d
-rw-r--r--android/include/bionic-compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/android/include/bionic-compat.h b/android/include/bionic-compat.h
index 01b3279e9..511d8f9ba 100644
--- a/android/include/bionic-compat.h
+++ b/android/include/bionic-compat.h
@@ -17,14 +17,9 @@
#include <sys/utsname.h>
#include <unistd.h>
-#define __GLIBC_PREREQ(a, b) 1
-
// TODO: remove after https://android-review.git.corp.google.com/c/platform/bionic/+/3034152
#define LINE_MAX _POSIX2_LINE_MAX
-#define _UTSNAME_DOMAIN_LENGTH SYS_NMLN
-#define _UTSNAME_LENGTH SYS_NMLN
-
/* Bionic doesn't support extended patterns and
* as of LTP20180515, this only used by read_all.c
* which is run from runtest/fs.