mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
libwine: Hardcode Linux syscall numbers.
This commit is contained in:
parent
6f1932dbca
commit
ef4981bd5b
@ -70,7 +70,7 @@ static inline void fill_modify_ldt_struct( struct modify_ldt_s *ptr, const LDT_E
|
||||
|
||||
static inline int modify_ldt( int func, struct modify_ldt_s *ptr, unsigned long count )
|
||||
{
|
||||
return syscall( SYS_modify_ldt, func, ptr, count );
|
||||
return syscall( 123 /* SYS_modify_ldt */, func, ptr, count );
|
||||
}
|
||||
|
||||
static inline int set_thread_area( struct modify_ldt_s *ptr )
|
||||
|
Loading…
Reference in New Issue
Block a user