summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index ce015b8f..26c7cb09 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -100,7 +100,7 @@ g_file_lock(int fd, int start, int len);
int
g_set_file_rights(char* filename, int read, int write);
int
-g_chmod(char* filename, int flags);
+g_chmod_hex(char* filename, int flags);
int
g_mkdir(char* dirname);
char*