Skip to content

Commit

Permalink
Merge pull request #18126 from JasonFengJ9/jdk8strlen
Browse files Browse the repository at this point in the history
Add DDR dummy header size_t strlen(const char *str)
  • Loading branch information
keithc-ca committed Sep 12, 2023
2 parents 080b859 + 84377ed commit 4310ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/ddr/dummy_headers/string.h
Expand Up @@ -20,6 +20,5 @@
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
*******************************************************************************/


void * memmove ( void * destination, const void * source, size_t num );

void *memmove(void *destination, const void *source, size_t num);
size_t strlen(const char *str);

0 comments on commit 4310ddc

Please sign in to comment.