scheduler/pthread.c breakage (and fix)

Gerald Pfeifer gerald at pfeifer.com
Thu Nov 6 15:40:49 CST 2003


Revision 1.47 of scheduler/pthread.c

  date: 2003/11/05 23:31:11;  author: julliard;  state: Exp;  lines: +184 -2
  Added wine_pthread_create_thread and wine_pthread_exit_thread to the
  pthread support, and removed the corresponding SYSDEPS functions.
  Moved stack allocation for new threads to wine_pthread_create_thread
  to allow more flexibility.

broke compilation on FreeBSD -CURRENT:

  ../scheduler/pthread.c: In function `wine_pthread_create_thread':
  ../scheduler/pthread.c:265: error: `SYS_rfork' undeclared...

This can be fixed by an
  #include <sys/syscall.h>
at the top (which needs to be autoconfed). Currently I cannot prepare
a patch; could one of you do that, please?

Thanks,
Gerald
-- 
Gerald Pfeifer (Jerry)   gerald at pfeifer.com   http://www.pfeifer.com/gerald/



More information about the wine-devel mailing list