From bb0a625bd6dca6585399d981da636a4cfc30aa05 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Mon, 18 Nov 2013 19:49:39 +0000 Subject: [PATCH] libstdc.static.a: Add strcspn to static C library Needed for pfs3 filesystem Amiga builds. Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48430 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/stdc/mmakefile.src | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/stdc/mmakefile.src b/compiler/stdc/mmakefile.src index 38550240ba..b154a1788f 100644 --- a/compiler/stdc/mmakefile.src +++ b/compiler/stdc/mmakefile.src @@ -304,6 +304,7 @@ STDC_STATIC := \ strchr \ strcmp \ strcpy \ + strcspn \ strlcat \ strlcpy \ strlen \ -- 2.11.4.GIT