This is going to be used to implement new timespec parsers.
* linux/arch_defs_.h [!ARCH_TIMESIZE] (ARCH_TIMESIZE): Define
to SIZEOF_LONG.
* linux/x32/arch_defs_.h (ARCH_TIMESIZE): Define to 8.
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
+#ifndef ARCH_TIMESIZE
+# define ARCH_TIMESIZE SIZEOF_LONG
+#endif
+
#ifndef HAVE_ARCH_GETRVAL2
# define HAVE_ARCH_GETRVAL2 0
#endif
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
+#define ARCH_TIMESIZE 8
#define HAVE_ARCH_OLD_MMAP 1
#define HAVE_ARCH_OLD_SELECT 1
#define HAVE_ARCH_UID16_SYSCALLS 1