]> sourceware.org Git - glibc.git/commit
Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h
authorFlorian Weimer <fweimer@redhat.com>
Mon, 28 Jun 2021 07:51:00 +0000 (09:51 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 28 Jun 2021 07:51:00 +0000 (09:51 +0200)
commitd7d0efec47e76c022c3bcb30cdb4b0501d7a9b2a
treeca691e86a883bcdc427f1d56a6e8f0ded5a01503
parent8208be389bce84be0e1c35a3daa0c3467418f921
Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h

This is almost equivalent to __WORDSIZE == 64
&& OTHER_SHLIB_COMPAT (librt, GLIBC_2_1, GLIBC_2_3_3), except
that this expression is true for mips64/n64 targets as well,
even though those did not undergo the timer_t transition.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/unix/sysv/linux/alpha/timer_t_was_int_compat.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/timer_t_was_int_compat.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/kernel-posix-timers.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_t_was_int_compat.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-64/timer_t_was_int_compat.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/sparc64/timer_t_was_int_compat.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/timer_t_was_int_compat.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/64/timer_t_was_int_compat.h [new file with mode: 0644]
This page took 0.042126 seconds and 5 git commands to generate.