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
47d72ff8
Commit
47d72ff8
authored
Apr 29, 2000
by
Ove Kaaven
Committed by
Alexandre Julliard
Apr 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made pthread_kill_other_threads_np and pthread_atfork fixmes less
obtrusive.
parent
ba2c8d49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pthread.c
scheduler/pthread.c
+2
-2
No files found.
scheduler/pthread.c
View file @
47d72ff8
...
...
@@ -99,7 +99,7 @@ strong_alias(__pthread_once, pthread_once);
void
__pthread_kill_other_threads_np
(
void
)
{
/* FIXME: this is supposed to be preparation for exec() */
P_OUTPUT
(
"FIXME
:pthread_kill_other_threads_np
\n
"
);
if
(
SystemHeap
)
P_OUTPUT
(
"fixme
:pthread_kill_other_threads_np
\n
"
);
}
strong_alias
(
__pthread_kill_other_threads_np
,
pthread_kill_other_threads_np
);
...
...
@@ -107,7 +107,7 @@ int __pthread_atfork(void (*prepare)(void),
void
(
*
parent
)(
void
),
void
(
*
child
)(
void
))
{
P_OUTPUT
(
"
FIXME
:pthread_atfork
\n
"
);
P_OUTPUT
(
"
fixme
:pthread_atfork
\n
"
);
return
0
;
}
strong_alias
(
__pthread_atfork
,
pthread_atfork
);
...
...
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