Skip to content

Commit c7a1bf9

Browse files
Francis Lanielgopherbot
Francis Laniel
authored andcommitted
unix: define PerfBitWriteBackward
Change-Id: I0b95006039b4efcd0094ba96281100abeafc993e GitHub-Last-Rev: 43383aa GitHub-Pull-Request: #149 Reviewed-on: https://go-review.googlesource.com/c/sys/+/473135 Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
1 parent 1470852 commit c7a1bf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

unix/linux/types.go

+1
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ const (
11151115
PerfBitCommExec = CBitFieldMaskBit24
11161116
PerfBitUseClockID = CBitFieldMaskBit25
11171117
PerfBitContextSwitch = CBitFieldMaskBit26
1118+
PerfBitWriteBackward = CBitFieldMaskBit27
11181119
)
11191120

11201121
// generated by:

unix/ztypes_linux.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)