Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: src/pkg/syscall/zerrors_netbsd_386.go

Issue 7430044: code review 7430044: syscall: add {Set,Get}priority for Linux, and consisten... (Closed)
Patch Set: diff -r 48f683178a60 https://code.google.com/p/go/ Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/syscall/zerrors_linux_arm.go ('k') | src/pkg/syscall/zerrors_netbsd_amd64.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/zerrors_netbsd_386.go
===================================================================
--- a/src/pkg/syscall/zerrors_netbsd_386.go
+++ b/src/pkg/syscall/zerrors_netbsd_386.go
@@ -1040,6 +1040,9 @@
PARODD = 0x2000
PENDIN = 0x20000000
PRI_IOFLUSH = 0x7c
+ PRIO_PGRP = 0x1
+ PRIO_PROCESS = 0x0
+ PRIO_USER = 0x2
RLIMIT_AS = 0xa
RLIMIT_CORE = 0x4
RLIMIT_CPU = 0x0
« no previous file with comments | « src/pkg/syscall/zerrors_linux_arm.go ('k') | src/pkg/syscall/zerrors_netbsd_amd64.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b