From f52b607b7e5e2280e075ff0da805055144a543ab Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 13 Nov 2017 01:40:48 +0000 Subject: [PATCH] libs: add some missing post 5.2 functions we encountered These look worth adding to libc --- Library/libs/API.list | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Library/libs/API.list b/Library/libs/API.list index 0695ba26..0268c326 100644 --- a/Library/libs/API.list +++ b/Library/libs/API.list @@ -295,3 +295,12 @@ write CODE y0 CODE y1 CODE yn CODE + + +Post 5.2 the following routines have been encountered along the way that +are used by apps + +mktime MISSING +psignal MISSING +strsignal MISSING + -- 2.34.1