arm-trusted-firmware/include/stdlib/sys
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
..
_null.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
_stdint.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
_timespec.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
_types.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
cdefs.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
ctype.h Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
errno.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
limits.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
stdarg.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
stdint.h Create local C library implementation (2/2) 2013-12-20 15:52:16 +00:00
timespec.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
types.h stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
uuid.h Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00