qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] getpriority() shouldn't use libc wrapper


From: Thayne Harbaugh
Subject: [Qemu-devel] [PATCH] getpriority() shouldn't use libc wrapper
Date: Wed, 26 Sep 2007 14:06:08 -0600

The linux-user getpriority() syscall goes through the libc wrapper.
This causes a problem because the libc wrapper remaps the return value
from the kernel.  This patch calls the kernel getpriority syscall
directly.

Attachment: 47_getpriority.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]