aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-07-21 11:42:31 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-07-21 11:58:09 +0200
commit82c395d91ea4f69120d453aeec398e3042cad5fc (patch)
tree303dc68a9a65b06962c834932cd02c72f35a2432 /misc/Makefile
parent39e8eb597303fb8bea07d87f82f4df1cf1586c1c (diff)
downloadglibc-82c395d91ea4f69120d453aeec398e3042cad5fc.zip
glibc-82c395d91ea4f69120d453aeec398e3042cad5fc.tar.gz
glibc-82c395d91ea4f69120d453aeec398e3042cad5fc.tar.bz2
misc: Add time64 alias for ioctl
Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile
index ae03e26..22923ef 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -88,11 +88,14 @@ tests := tst-dirname tst-tsearch tst-fdset tst-mntent tst-hsearch \
tst-preadvwritev tst-preadvwritev64 tst-makedev tst-empty \
tst-preadvwritev2 tst-preadvwritev64v2 tst-warn-wide \
tst-ldbl-warn tst-ldbl-error tst-dbl-efgcvt tst-ldbl-efgcvt \
- tst-mntent-autofs tst-syscalls tst-mntent-escape tst-select
+ tst-mntent-autofs tst-syscalls tst-mntent-escape tst-select \
+ tst-ioctl
tests-time64 := \
tst-select-time64 \
- tst-pselect-time64
+ tst-pselect-time64 \
+ tst-ioctl-time64 \
+ # tests-time64
# Tests which need libdl.
ifeq (yes,$(build-shared))