http://bugs.winehq.com/show_bug.cgi?id=1310
------- Additional Comments From ivg2@cornell.edu 2003-03-05 07:50 ------- I was slightly puzzled myself, but here it is:
[phantom@cobra include]$ find|xargs grep __NR_set_thread_area ./bits/syscall.h:#define SYS_set_thread_area __NR_set_thread_area [phantom@cobra include]$ cd /usr/src/wine-cvs/wine/library [phantom@cobra library]$ grep syscall.h ldt.c # include <sys/syscall.h> [phantom@cobra library]$ grep syscall.h /usr/include/sys/syscall.h we scan the kernel's list and produce <bits/syscall.h> with macros for # include <bits/syscall.h> [phantom@cobra library]$
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1310. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.