From e350ce437f2f2dbba77b26e76a76d0e75e0de2f5 Mon Sep 17 00:00:00 2001 From: NicJA Date: Fri, 29 May 2015 01:02:19 +0000 Subject: [PATCH] add strspn to static lib git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50762 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 99910d255d..152823927d 100644 --- a/compiler/stdc/mmakefile.src +++ b/compiler/stdc/mmakefile.src @@ -323,6 +323,7 @@ STDC_STATIC := \ strncmp \ strpbrk \ strrchr \ + strspn \ strstr \ strtol \ strtoul \ -- 2.11.4.GIT