[Glibc-bsd-commits] r3404 - trunk/glibc-ports/kfreebsd/sys
Aurelien Jarno
aurel32 at alioth.debian.org
Sun Jun 5 20:32:04 UTC 2011
Author: aurel32
Date: 2011-06-05 20:32:03 +0000 (Sun, 05 Jun 2011)
New Revision: 3404
Modified:
trunk/glibc-ports/kfreebsd/sys/syscall.h
Log:
Update from freebsd trunk
Modified: trunk/glibc-ports/kfreebsd/sys/syscall.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/syscall.h 2011-06-05 11:17:14 UTC (rev 3403)
+++ trunk/glibc-ports/kfreebsd/sys/syscall.h 2011-06-05 20:32:03 UTC (rev 3404)
@@ -436,6 +436,14 @@
#define SYS_jail_set 507
#define SYS_jail_remove 508
#define SYS_pselect 522
-#define SYS_MAXSYSCALL 523
+#define SYS_getloginclass 523
+#define SYS_setloginclass 524
+#define SYS_rctl_get_racct 525
+#define SYS_rctl_get_rules 526
+#define SYS_rctl_get_limits 527
+#define SYS_rctl_add_rule 528
+#define SYS_rctl_remove_rule 529
+#define SYS_posix_fallocate 530
+#define SYS_MAXSYSCALL 532
#endif
More information about the Glibc-bsd-commits
mailing list