diff options
author | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2017-09-08 00:42:04 +0200 |
---|---|---|
committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-10-24 12:53:27 +0200 |
commit | d13362f5184995a106a11dd004f060a1c96ca56e (patch) | |
tree | a2a632320181b16b190d48fb4e187db853d8e51f /posix/Versions | |
parent | a79d02ee55e577c59789e6e34c6af632b925b114 (diff) | |
download | glibc-d13362f5184995a106a11dd004f060a1c96ca56e.zip glibc-d13362f5184995a106a11dd004f060a1c96ca56e.tar.gz glibc-d13362f5184995a106a11dd004f060a1c96ca56e.tar.bz2 |
Y2038: add function __nanosleep64
Diffstat (limited to 'posix/Versions')
-rw-r--r-- | posix/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions index deb1be1..56b8f6f 100644 --- a/posix/Versions +++ b/posix/Versions @@ -139,6 +139,7 @@ libc { } GLIBC_2.29 { __sched_rr_get_interval_time64; + __nanosleep64; } GLIBC_PRIVATE { __libc_fork; __libc_pread; __libc_pwrite; |