|
|
@@ -12,7 +12,7 @@
|
|
|
echo "*************************************************" ; \
|
|
|
--- dlls/msi/Makefile.in.orig Wed Aug 13 03:27:48 2003
|
|
|
+++ dlls/msi/Makefile.in Fri Aug 15 10:50:59 2003
|
|
|
-@@ -29,6 +29,8 @@
|
|
|
+@@ -26,6 +26,8 @@
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
@@ -21,15 +21,15 @@
|
|
|
y.tab.c y.tab.h: sql.y
|
|
|
$(YACC) -d -t $(SRCDIR)/sql.y
|
|
|
|
|
|
---- scheduler/pthread.c.orig 2003-09-11 03:09:09.000000000 +0200
|
|
|
-+++ scheduler/pthread.c 2003-09-12 11:18:49.000000000 +0200
|
|
|
-@@ -156,7 +156,9 @@
|
|
|
- initial_descr.cancel_type = PTHREAD_CANCEL_ASYNCHRONOUS;
|
|
|
- writejump( "__errno_location", __errno_location );
|
|
|
- writejump( "__h_errno_location", __h_errno_location );
|
|
|
+--- scheduler/pthread.c.orig 2003-10-17 12:53:46.000000000 +0200
|
|
|
++++ scheduler/pthread.c 2003-10-17 12:54:16.000000000 +0200
|
|
|
+@@ -180,7 +180,9 @@
|
|
|
+ descr = &initial_descr;
|
|
|
+ writejump( "__errno_location", __errno_location );
|
|
|
+ writejump( "__h_errno_location", __h_errno_location );
|
|
|
+#if !defined(__FreeBSD__)
|
|
|
- writejump( "__res_state", __res_state );
|
|
|
+ writejump( "__res_state", __res_state );
|
|
|
+#endif
|
|
|
- if (libc_uselocale) libc_uselocale( -1 /*LC_GLOBAL_LOCALE*/ );
|
|
|
- }
|
|
|
-
|
|
|
+ }
|
|
|
+ descr->cancel_state = PTHREAD_CANCEL_ENABLE;
|
|
|
+ descr->cancel_type = PTHREAD_CANCEL_ASYNCHRONOUS;
|