From 4ae47c3f3838c6c49562919fd3eca9f11fc6553c Mon Sep 17 00:00:00 2001 From: Johannes Schlatow Date: Fri, 11 May 2018 15:29:03 +0200 Subject: [PATCH] libc: add clock_getres (required by python 3) --- repos/libports/lib/symbols/libc | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/libports/lib/symbols/libc b/repos/libports/lib/symbols/libc index 05e3db033..cf6926653 100644 --- a/repos/libports/lib/symbols/libc +++ b/repos/libports/lib/symbols/libc @@ -82,6 +82,7 @@ clearerr T clearerr_unlocked T clock T clock_gettime W +clock_getres W close T closedir T closelog T