Commit 33765285 authored by Qian Hong's avatar Qian Hong Committed by Alexandre Julliard

loader: Fix wld_prctl prototype.

Spotted by Robert O'Callahan. Signed-off-by: 's avatarQian Hong <qhong@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 20478d91
......@@ -423,7 +423,7 @@ SYSCALL_FUNC( wld_mmap, 9 /* SYS_mmap */ );
int wld_mprotect( const void *addr, size_t len, int prot );
SYSCALL_FUNC( wld_mprotect, 10 /* SYS_mprotect */ );
int wld_prctl( int code, int arg );
int wld_prctl( int code, long arg );
SYSCALL_FUNC( wld_prctl, 157 /* SYS_prctl */ );
uid_t wld_getuid(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment