efi-boot-shim/Cryptlib/SysCall
Gary Lin 80a5aa9d1b Cryptlib: amend the headers and fix signness
- Declare some functions in the proper headers
  + We missed them for a long time...

- Cast offsetof to UINTN
  + The original casting triggers the gcc warning since int can not
    present the offset for the 64bit machines.

- Cast the "char" array to "CHAR8 *" to avoid the gcc warnings

- Implement atoi correctly

Signed-off-by: Gary Lin <glin@suse.com>
2017-09-08 14:47:09 -04:00
..
BaseMemAllocation.c Revert lots of Cryptlib updates. 2017-08-31 15:13:58 -04:00
BaseStrings.c Cryptlib: amend the headers and fix signness 2017-09-08 14:47:09 -04:00
CrtWrapper.c Cryptlib: implement strcmp() and strcasecmp() 2017-08-31 15:14:20 -04:00
memset.c Cryptlib: Implement memset() to avoid the potential crash 2016-11-30 12:57:34 -05:00
TimerWrapper.c Revert lots of Cryptlib updates. 2017-08-31 15:13:58 -04:00