http://bugs.winehq.org/show_bug.cgi?id=4661
mike@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
------- Additional Comments From mike@codeweavers.com 2006-27-02 21:52 -------
SYS_modify_ldt should be defined by your system headers. For me, it's in /usr/include/bits/syscall.h.
bash-3.00$ grep SYS_modify_ldt /usr/include/bits/*.h /usr/include/bits/syscall.h:#define SYS_modify_ldt __NR_modify_ldt
Perhaps your distro has a bug, or it's not for x86?
*** This bug has been marked as a duplicate of 4677 ***