y2038: Export __clock_gettime64 to be usable in other libraries
authorLukasz Majewski <lukma@denx.de>
Tue, 24 Mar 2020 07:52:15 +0000 (08:52 +0100)
committerLukasz Majewski <lukma@denx.de>
Tue, 5 May 2020 16:45:13 +0000 (18:45 +0200)
commiteb98965b53bffbefddd398e903768ea60e84c0f3
tree3b0658b5a0a7155ce46d1c6a30e08375b0ba1c50
parentad14f4f8db4548244a8f694674ad96c81da52e8b
y2038: Export __clock_gettime64 to be usable in other libraries

In the glibc project calls to clock_gettime shall be replaced with
__clock_gettime64, which is supporting 64 bit time.
To allow that the __clock_gettime64 needs to be exported as a GLIBC_PRIVATE
symbol.
time/Versions