Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 06:17:09 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 21:09:03 +0300
commit1e43e181c2b4d135e2407b8df1e58ea5c1a9bb82 (patch)
tree837078a0336cc39f5a8b09a63381131768ac2ffe /newlib/libc/ssp
parent0fd2c9bd1290c84d2160191d105147bf75629411 (diff)
ssp: add Object Size Checking for stdlib.h
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/ssp')
-rw-r--r--newlib/libc/ssp/ssp.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/ssp/ssp.tex b/newlib/libc/ssp/ssp.tex
index f8440bdf9..b30ecf159 100644
--- a/newlib/libc/ssp/ssp.tex
+++ b/newlib/libc/ssp/ssp.tex
@@ -39,6 +39,10 @@ fgets fread_unlocked sprintf
fgets_unlocked gets vsnprintf
fread snprintf vsprintf
+@exdent @emph{Stdlib functions:}
+mbstowcs wcstombs wctomb
+
@exdent @emph{System functions:}
getcwd read readlink
+
@end example