summaryrefslogtreecommitdiff
path: root/coregrind/pub_core_libcfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'coregrind/pub_core_libcfile.h')
-rw-r--r--coregrind/pub_core_libcfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coregrind/pub_core_libcfile.h b/coregrind/pub_core_libcfile.h
index dbd4ca86..548f1b4d 100644
--- a/coregrind/pub_core_libcfile.h
+++ b/coregrind/pub_core_libcfile.h
@@ -41,7 +41,7 @@
/* Move an fd into the Valgrind-safe range */
extern Int VG_(safe_fd) ( Int oldfd );
-extern Int VG_(fcntl) ( Int fd, Int cmd, Int arg );
+extern Int VG_(fcntl) ( Int fd, Int cmd, Addr arg );
/* Convert an fd into a filename */
extern Bool VG_(resolve_filename) ( Int fd, HChar* buf, Int n_buf );