]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: follow convention for generated code comments in linux/riscv64 files
authorTobias Klauser <tklauser@distanz.ch>
Thu, 21 Nov 2019 13:39:24 +0000 (14:39 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Sat, 23 Nov 2019 11:00:41 +0000 (11:00 +0000)
Use generated code comments following the convention
https://golang.org/s/generatedcode.

Follow-up for CL 204659

Change-Id: I7a3467ff9477488616b17f059245368d3d82d7a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/208417
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/zerrors_linux_riscv64.go
src/syscall/zsysnum_linux_riscv64.go

index 906bc8c8dbacb79a58a6b01333c9e021d3985dbf..582537d0899a0db9186e76ce11b07437ff3bbec7 100644 (file)
@@ -1,5 +1,5 @@
 // mkerrors.sh
-// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
+// Code generated by the command above; DO NOT EDIT.
 
 // Created by cgo -godefs - DO NOT EDIT
 // cgo -godefs -- _const.go
index 67576f1f69f373b90d3b52f67c73b80c58b5eb91..07b81eb881154292e9c0a5a313717b1e08fb64bb 100644 (file)
@@ -1,5 +1,5 @@
-// mksysnum_linux.pl /usr/include/asm/unistd.h
-// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
+// mksysnum_linux.pl /usr/include/asm/unistd.h /usr/include/asm-generic/unistd.h
+// Code generated by the command above; DO NOT EDIT.
 
 package syscall