Re: [edk2-devel] [PATCH] RedfishPkg/RedfishCrtLib: Add more CRT functions

2021-01-27 Thread Abner Chang
All fixed and v2 sent. Didn't pay attention on the return values. Thanks for catching this. Abner > -Original Message- > From: Leif Lindholm [mailto:l...@nuviainc.com] > Sent: Tuesday, January 26, 2021 7:37 PM > To: Chang, Abner (HPS SW/FW Technologist) > Cc: devel@edk2.groups.io; Wang,

Re: [edk2-devel] [PATCH] RedfishPkg/RedfishCrtLib: Add more CRT functions

2021-01-26 Thread Leif Lindholm
On Mon, Jan 25, 2021 at 12:36:53 +0800, Abner Chang wrote: > Add more functions which were missed in the first time commit, > that causes the build error with EDK2 Redfish feature driver. > > strerror - We don't support this on edk2 environment. > strpbrk - Cloned this function from edk2-LibC > F

[edk2-devel] [PATCH] RedfishPkg/RedfishCrtLib: Add more CRT functions

2021-01-24 Thread Abner Chang
Add more functions which were missed in the first time commit, that causes the build error with EDK2 Redfish feature driver. strerror - We don't support this on edk2 environment. strpbrk - Cloned this function from edk2-LibC File operation functions - Not supported on edk2 environment. Signed-of