]> sourceware.org Git - glibc.git/commit
y2038: fix: Add missing libc_hidden_def for __futimens64
authorLukasz Majewski <lukma@denx.de>
Tue, 3 Mar 2020 10:21:11 +0000 (11:21 +0100)
committerLukasz Majewski <lukma@denx.de>
Sat, 7 Mar 2020 11:45:27 +0000 (12:45 +0100)
commit7975f9a48a83b95174503bda6c48124f08cb4f62
tree14e5b92c1e40331c6516c21ad79bf485c4a333be
parentb33e946fbb1659d2c5937c4dd756a7c49a132dff
y2038: fix: Add missing libc_hidden_def for __futimens64

The libc_hidden_def () declaration for __futimens64 function was missing,
so it is added in this patch.
sysdeps/unix/sysv/linux/futimens.c
This page took 0.042486 seconds and 5 git commands to generate.