summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sys/acct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/sys/acct.h')
-rw-r--r--libc/sysdeps/linux/common/sys/acct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sys/acct.h b/libc/sysdeps/linux/common/sys/acct.h
index a487ef0bd..a816786fc 100644
--- a/libc/sysdeps/linux/common/sys/acct.h
+++ b/libc/sysdeps/linux/common/sys/acct.h
@@ -102,7 +102,7 @@ enum
/* Switch process accounting on and off. */
-extern int acct (__const char *__filename) __THROW;
+extern int acct (const char *__filename) __THROW;
__END_DECLS