diff options
author | Juan Castillo <juan.castillo@arm.com> | 2014-11-17 17:27:41 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2015-01-28 18:26:59 +0000 |
commit | e509d05728ac0a625e67d62197ad8bef73db6d88 (patch) | |
tree | d62563f6d7411dc5092fa105aa20f171024f598b /lib/stdlib/puts.c | |
parent | 6eadf7627fe1c2adb10b720210293fceea503b23 (diff) | |
download | platform_external_arm-trusted-firmware-e509d05728ac0a625e67d62197ad8bef73db6d88.tar.gz platform_external_arm-trusted-firmware-e509d05728ac0a625e67d62197ad8bef73db6d88.tar.bz2 platform_external_arm-trusted-firmware-e509d05728ac0a625e67d62197ad8bef73db6d88.zip |
stdlib: add missing features to build PolarSSL
This patch adds the missing features to the C library included
in the Trusted Firmware to build PolarSSL:
- strcasecmp() function
- exit() function
- sscanf()* function
- time.h header file (and its dependencies)
* NOTE: the sscanf() function is not a real implementation. It just
returns the number of expected arguments by counting the number of
'%' characters present in the formar string. This return value is
good enough for PolarSSL because during the certificate parsing
only the return value is checked. The certificate validity period
is ignored.
Change-Id: I43bb3742f26f0bd458272fccc3d72a7f2176ab3d
Diffstat (limited to 'lib/stdlib/puts.c')
0 files changed, 0 insertions, 0 deletions