summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/stdlib.h
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2016-06-08 17:04:06 -0400
committerCorinna Vinschen <corinna@vinschen.de>2016-06-09 16:37:15 +0200
commita6a73982322dfcb2c05360a058c59d179b4fe144 (patch)
tree4716baf1dfdbaa6700e324dee5a918af3fefe5b5 /newlib/libc/include/stdlib.h
parentb1f63ce874de0c00ba8764f9c7967cf467a236b4 (diff)
downloadcygnal-a6a73982322dfcb2c05360a058c59d179b4fe144.tar.gz
cygnal-a6a73982322dfcb2c05360a058c59d179b4fe144.tar.bz2
cygnal-a6a73982322dfcb2c05360a058c59d179b4fe144.zip
Declare crypt, encrypt, and setkey per Posix
Diffstat (limited to 'newlib/libc/include/stdlib.h')
-rw-r--r--newlib/libc/include/stdlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/include/stdlib.h b/newlib/libc/include/stdlib.h
index 3194d6bc5..3d1b8a9b0 100644
--- a/newlib/libc/include/stdlib.h
+++ b/newlib/libc/include/stdlib.h
@@ -144,6 +144,9 @@ char * _EXFUN(realpath, (const char *__restrict path, char *__restrict resolved_
#if __BSD_VISIBLE
int _EXFUN(rpmatch, (const char *response));
#endif
+#if __XSI_VISIBLE
+_VOID _EXFUN(setkey, (const char *__key));
+#endif
_VOID _EXFUN(srand,(unsigned __seed));
double _EXFUN(strtod,(const char *__restrict __n, char **__restrict __end_PTR));
double _EXFUN(_strtod_r,(struct _reent *,const char *__restrict __n, char **__restrict __end_PTR));