about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-12 10:35:06 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-12 10:35:06 -0300
commit572e0c855495bfbcd2323584a243430e6b7c8bb3 (patch)
treecb52ce53b26fe6a5801d60371296cbe217bcf9ab /sysdeps/unix/sysv/linux/Makefile
parent5bd83aa836d9ce5d16a6e148f5a280ddf2dd3aa5 (diff)
downloadglibc-572e0c855495bfbcd2323584a243430e6b7c8bb3.tar.gz
glibc-572e0c855495bfbcd2323584a243430e6b7c8bb3.tar.xz
glibc-572e0c855495bfbcd2323584a243430e6b7c8bb3.zip
Revert "linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)"
This reverts commit 21e0f45c7d73df6fe30c77ffcc9f81410e2ee369.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 60aa9d89d6..61acc1987d 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -275,9 +275,6 @@ sysdep_routines += cmsg_nxthdr
 CFLAGS-recvmmsg.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-sendmmsg.c = -fexceptions -fasynchronous-unwind-tables
 
-tests += tst-socket-timestamp
-tests-time64 += tst-socket-timestamp-time64
-
 tests-special += $(objpfx)tst-socket-consts.out
 $(objpfx)tst-socket-consts.out: ../sysdeps/unix/sysv/linux/tst-socket-consts.py
 	PYTHONPATH=../scripts \