]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/RedfishCrtLib: Add more CRT functions
authorAbner Chang <abner.chang@hpe.com>
Mon, 25 Jan 2021 03:35:46 +0000 (11:35 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 24 Feb 2021 07:58:50 +0000 (07:58 +0000)
commit739a506b18c4f694b8d5d2f3424a329c45d737ba
tree58326f250b7551825383fba7159572c137ac76d2
parent68e5ecc4d208fe900530fdbe6b44dfc85bef60a8
RedfishPkg/RedfishCrtLib: Add more CRT functions

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-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Acked-by: Leif Lindholm <leif@nuviainc.com>
RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c