Skip to content

Commit

Permalink
mempcpy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v-atamanenko committed Sep 28, 2021
1 parent ee1dd02 commit 6fec9ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions newlib/libc/sys/vita/sys/uio.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ extern "C" {
#endif

#include <sys/types.h>
#include <string.h>

#ifndef __GNU_VISIBLE
void* mempcpy(void *<[out]>, const void *<[in]>, size_t <[n]>);
#endif

struct iovec {
void *iov_base;
Expand Down

0 comments on commit 6fec9ab

Please sign in to comment.