summaryrefslogtreecommitdiff
path: root/misc/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/chroot.c')
-rw-r--r--misc/chroot.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/chroot.c b/misc/chroot.c
index 232a29f363..b863f3108f 100644
--- a/misc/chroot.c
+++ b/misc/chroot.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,8 +21,7 @@
/* Make PATH be the root directory (the starting point for absolute paths).
This call is restricted to the super-user. */
int
-chroot (path)
- const char *path;
+chroot (const char *path)
{
__set_errno (ENOSYS);
return -1;