diff options
author | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2017-09-08 00:42:03 +0200 |
---|---|---|
committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-10-24 12:53:27 +0200 |
commit | a79d02ee55e577c59789e6e34c6af632b925b114 (patch) | |
tree | a3deb1f786066f72763a0f807c761cfcf262c6c1 /posix/Makefile | |
parent | c367c72d48713d8f50f4a899bde30fb0255f03b3 (diff) | |
download | glibc-a79d02ee55e577c59789e6e34c6af632b925b114.zip glibc-a79d02ee55e577c59789e6e34c6af632b925b114.tar.gz glibc-a79d02ee55e577c59789e6e34c6af632b925b114.tar.bz2 |
Y2038: add function __sched_rr_get_interval64
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 8316212..a66d6db 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -62,7 +62,8 @@ routines := \ spawnattr_getsigmask spawnattr_getschedpolicy spawnattr_getschedparam \ spawnattr_setsigmask spawnattr_setschedpolicy spawnattr_setschedparam \ posix_madvise \ - get_child_max sched_cpucount sched_cpualloc sched_cpufree + get_child_max sched_cpucount sched_cpualloc sched_cpufree \ + sched_rr_gi64 aux := init-posix environ tests := test-errno tstgetopt testfnm runtests runptests \ |