Re: [edk2-devel] [PATCH v3] RedfishPkg/RedfishCrtLib: remove multiple definitions.

2023-10-31 Thread Chang, Abner via groups.io
devel@edk2.groups.io<mailto:devel@edk2.groups.io>; Nickle Wang > mailto:nick...@nvidia.com>> > Cc: Abner Chang mailto:abner.ch...@amd.com>>; Igor > Kulchytskyy mailto:ig...@ami.com>>; > Nick Ramirez mailto:nrami...@nvidia.com>> > Subject: Re: [edk2-devel]

Re: [edk2-devel] [PATCH v3] RedfishPkg/RedfishCrtLib: remove multiple definitions.

2023-10-31 Thread Nickle Wang via groups.io
, October 31, 2023 11:14 PM > To: devel@edk2.groups.io; Nickle Wang > Cc: Abner Chang ; Igor Kulchytskyy ; > Nick Ramirez > Subject: Re: [edk2-devel] [PATCH v3] RedfishPkg/RedfishCrtLib: remove multiple > definitions. > > External email: Use caution opening links or atta

Re: [edk2-devel] [PATCH v3] RedfishPkg/RedfishCrtLib: remove multiple definitions.

2023-10-31 Thread Mike Maslenkin
On Tue, Oct 31, 2023 at 3:56 PM Nickle Wang via groups.io wrote: > > There are two definitions for below functions in RedfishCrtLib.h. Create > this change to remote duplicated functions. > Function list: strcmp(), strncmp(), strncpy(), strcpy(), strcat(), > strlen(), strchr(), strcasecmp(), strst

[edk2-devel] [PATCH v3] RedfishPkg/RedfishCrtLib: remove multiple definitions.

2023-10-31 Thread Nickle Wang via groups.io
There are two definitions for below functions in RedfishCrtLib.h. Create this change to remote duplicated functions. Function list: strcmp(), strncmp(), strncpy(), strcpy(), strcat(), strlen(), strchr(), strcasecmp(), strstr(), memcmp(), memset(), memcpy(), memchr(), memcmp() and memmove(). Signed