Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
97d862c9
Commit
97d862c9
authored
Aug 12, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the pthread wrappers to work with the new glibc/linuxthreads
interface in glibc 2.3.2.
parent
cbefdefb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
sysdeps.c
dlls/ntdll/sysdeps.c
+4
-0
pthread.c
scheduler/pthread.c
+0
-0
No files found.
dlls/ntdll/sysdeps.c
View file @
97d862c9
...
...
@@ -73,6 +73,8 @@ struct thread_cleanup_info
static
char
temp_stacks
[
NB_TEMP_STACKS
][
TEMP_STACK_SIZE
];
static
LONG
next_temp_stack
;
/* next temp stack to use */
extern
void
PTHREAD_init_thread
(
void
);
/***********************************************************************
* SYSDEPS_SetCurThread
*
...
...
@@ -102,6 +104,8 @@ void SYSDEPS_SetCurThread( TEB *teb )
#ifdef HAVE_NPTL
teb
->
pthread_data
=
(
void
*
)
pthread_self
();
#else
PTHREAD_init_thread
();
#endif
}
...
...
scheduler/pthread.c
View file @
97d862c9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment