mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
loader: Fix wld_prctl prototype.
Spotted by Robert O'Callahan. Signed-off-by: Qian Hong <qhong@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
20478d9182
commit
33765285c5
@ -423,7 +423,7 @@ SYSCALL_FUNC( wld_mmap, 9 /* SYS_mmap */ );
|
|||||||
int wld_mprotect( const void *addr, size_t len, int prot );
|
int wld_mprotect( const void *addr, size_t len, int prot );
|
||||||
SYSCALL_FUNC( wld_mprotect, 10 /* SYS_mprotect */ );
|
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 */ );
|
SYSCALL_FUNC( wld_prctl, 157 /* SYS_prctl */ );
|
||||||
|
|
||||||
uid_t wld_getuid(void);
|
uid_t wld_getuid(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user