Skip to content

Commit

Permalink
Update palinternal.h (#51188)
Browse files Browse the repository at this point in the history
Fix compilation for Alpine Linux and some other platforms. Related: #44988
  • Loading branch information
depler authored May 5, 2021
1 parent 93bdfbe commit 4eef152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/src/pal/src/include/pal/palinternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function_name() to call the system's implementation
#define memset DUMMY_memset
#define memmove DUMMY_memmove
#define memchr DUMMY_memchr
#define atoll DUMMY_atoll
#define strlen DUMMY_strlen
#define stricmp DUMMY_stricmp
#define strstr DUMMY_strstr
Expand Down Expand Up @@ -357,6 +358,7 @@ function_name() to call the system's implementation
#undef memset
#undef memmove
#undef memchr
#undef atoll
#undef strlen
#undef strnlen
#undef wcsnlen
Expand Down

0 comments on commit 4eef152

Please sign in to comment.