aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 276c34af38bc..92780c3b4ad4 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 15:16:52Z marcel
+ * created from FreeBSD: head/sys/kern/syscalls.master 274462 2014-11-13 05:26:14Z dchagin
*/
const char *syscallnames[] = {
@@ -552,4 +552,5 @@ const char *syscallnames[] = {
"pipe2", /* 542 = pipe2 */
"aio_mlock", /* 543 = aio_mlock */
"procctl", /* 544 = procctl */
+ "ppoll", /* 545 = ppoll */
};