summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 4759495..cfaa1af 100644
--- a/file.c
+++ b/file.c
@@ -332,7 +332,7 @@ const struct xlat open_mode_flags[] = {
/* The fd is an "int", so when decoding x86 on x86_64, we need to force sign
* extension to get the right value. We do this by declaring fd as int here.
*/
-static void
+void
print_dirfd(struct tcb *tcp, int fd)
{
if (fd == AT_FDCWD)