Skip to content

Commit

Permalink
sysent: regen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksdavis committed Oct 1, 2024
1 parent 0d490c6 commit d9d2e3a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/libsys/_libsys.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Do not use directly, include <libsys.h> instead.
*
* DO NOT EDIT-- this file is automatically @generated.
* DO NOT EDIT-- this file is automatically @generated.
*/
#ifndef __LIBSYS_H_
#define __LIBSYS_H_
Expand Down
3 changes: 2 additions & 1 deletion lib/libsys/syscalls.map
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* FreeBSD system call symbols.
* DO NOT EDIT-- this file is automatically @generated.
*
* DO NOT EDIT-- this file is automatically @generated.
*/
FBSDprivate_1.0 {
_syscall;
Expand Down
3 changes: 2 additions & 1 deletion sys/amd64/linux/linux_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
3 changes: 2 additions & 1 deletion sys/amd64/linux32/linux32_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
3 changes: 2 additions & 1 deletion sys/arm64/linux/linux_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
3 changes: 2 additions & 1 deletion sys/compat/freebsd32/freebsd32_systrace_args.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
3 changes: 2 additions & 1 deletion sys/i386/linux/linux_systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
3 changes: 2 additions & 1 deletion sys/kern/systrace_args.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* System call argument to DTrace register array converstion.
*
* DO NOT EDIT-- this file is automatically @generated.
* This file is part of the DTrace syscall provider.
*
* DO NOT EDIT-- this file is automatically @generated.
*/

static void
Expand Down
4 changes: 4 additions & 0 deletions sys/sys/syscall.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#
# FreeBSD system call object files.
#
# DO NOT EDIT-- this file is automatically @generated.
#

MIASM = \
syscall.o \
exit.o \
Expand Down

0 comments on commit d9d2e3a

Please sign in to comment.