aboutsummaryrefslogtreecommitdiff
path: root/coregrind/pub_core_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'coregrind/pub_core_syscall.h')
-rw-r--r--coregrind/pub_core_syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coregrind/pub_core_syscall.h b/coregrind/pub_core_syscall.h
index e35ff444f..8c7bdba59 100644
--- a/coregrind/pub_core_syscall.h
+++ b/coregrind/pub_core_syscall.h
@@ -86,6 +86,7 @@ extern SysRes VG_(mk_SysRes_mips32_linux)( UWord v0, UWord v1,
UWord a3 );
extern SysRes VG_(mk_SysRes_mips64_linux)( ULong v0, ULong v1,
ULong a3 );
+extern SysRes VG_(mk_SysRes_tilegx_linux)( Long val );
extern SysRes VG_(mk_SysRes_Error) ( UWord val );
extern SysRes VG_(mk_SysRes_Success) ( UWord val );