arm-trusted-firmware/include/stdlib
Juan Castillo e509d05728 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
2015-01-28 18:26:59 +00:00
..
machine stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
sys stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
xlocale stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
assert.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
inttypes.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
stddef.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
stdio.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
stdlib.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
string.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
strings.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
time.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00