Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2Classic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chromaticpipe
SRB2Classic
Commits
46db2246
Commit
46db2246
authored
2 months ago
by
PAS
Browse files
Options
Downloads
Patches
Plain Diff
Fix i_threads.c compiling on macOS
parent
719ae5ce
Branches
changelog-test
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/i_threads.c
+2
-0
2 additions, 0 deletions
src/i_threads.c
with
2 additions
and
0 deletions
src/i_threads.c
+
2
−
0
View file @
46db2246
...
@@ -313,6 +313,8 @@ void I_wake_all_cond(I_cond *anchor)
...
@@ -313,6 +313,8 @@ void I_wake_all_cond(I_cond *anchor)
WakeAllConditionVariable
(
*
anchor
);
WakeAllConditionVariable
(
*
anchor
);
}
}
#else
#else
#include
"i_threads.h"
void
I_spawn_thread
(
const
char
*
name
,
I_thread_fn
entry
,
void
*
userdata
)
void
I_spawn_thread
(
const
char
*
name
,
I_thread_fn
entry
,
void
*
userdata
)
{
{
(
void
)
name
;
(
void
)
name
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment