diff options
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index d954a075..0682195a 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -167,5 +167,6 @@ int APP_CC g_text2bool(const char *s); void * APP_CC g_shmat(int shmid); int APP_CC g_shmdt(const void *shmaddr); int APP_CC g_gethostname(char *name, int len); +int APP_CC g_mirror_memcpy(void *dst, const void *src, int len); #endif |