]> sourceware.org Git - glibc.git/commit
y2038: fix: Add missing libc_hidden_def attribute for some syscall wrappers
authorLukasz Majewski <lukma@denx.de>
Sat, 14 Mar 2020 23:18:36 +0000 (00:18 +0100)
committerLukasz Majewski <lukma@denx.de>
Mon, 23 Mar 2020 20:21:28 +0000 (21:21 +0100)
commit03343699496edd866141a8bbdfeb19ae98537394
tree1aa39e20c0f8901778f100cf575577c0747681a0
parentb8de7980c06d97f36cdf4fe0871be7ec8ca58073
y2038: fix: Add missing libc_hidden_def attribute for some syscall wrappers

During the conversion to support 64 bit time on some architectures with
__WORDSIZE == 32 && __TIMESIZE != 64 the libc_hidden_def attribute for
eligible functions was by mistake omitted.

This patch fixes this issue and exports (and allows using) those
functions when Y2038 support is enabled in glibc.
sysdeps/unix/sysv/linux/clock_getres.c
sysdeps/unix/sysv/linux/clock_gettime.c
sysdeps/unix/sysv/linux/clock_nanosleep.c
sysdeps/unix/sysv/linux/clock_settime.c
sysdeps/unix/sysv/linux/ppoll.c
This page took 0.043631 seconds and 5 git commands to generate.