summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-06-08 20:41:28 +0000
committersobomax <sobomax@FreeBSD.org>2005-06-08 20:41:28 +0000
commit307c6bb14996af08596d7169372631784e07b77f (patch)
tree8dad9b08a756fd0f8cc587336248415af2cfedc2 /sys/amd64/linux32
parentb53b83993cd241c7f77e329490bea901c692a0d0 (diff)
downloadFreeBSD-src-307c6bb14996af08596d7169372631784e07b77f.zip
FreeBSD-src-307c6bb14996af08596d7169372631784e07b77f.tar.gz
Properly convert FreeBSD priority values into Linux values in the
getpriority(2) syscall. PR: kern/81951 Submitted by: Andriy Gapon <avg@icyb.net.ua>
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r--sys/amd64/linux32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 004e83b..c1a88ea 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -176,7 +176,7 @@
93 AUE_NULL NOPROTO { int oftruncate(int fd, long length); }
94 AUE_NULL NOPROTO { int fchmod(int fd, int mode); }
95 AUE_NULL NOPROTO { int fchown(int fd, int uid, int gid); }
-96 AUE_NULL MNOPROTO { int getpriority(int which, int who); }
+96 AUE_NULL MSTD { int linux_getpriority(int which, int who); }
97 AUE_NULL MNOPROTO { int setpriority(int which, int who, \
int prio); }
98 AUE_NULL UNIMPL profil
OpenPOWER on IntegriCloud