Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
pthreads-emb
Commits
747ec726
Commit
747ec726
authored
Sep 21, 2008
by
Jason Schmidlapp
Browse files
Add extern "C" around function declarations in pthread.h
parent
442a7e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pthread.h
View file @
747ec726
...
...
@@ -654,6 +654,10 @@ enum
#endif
/* PTE_CLEANUP_C */
#ifdef __cplusplus
extern
"C"
{
#endif
/* __cplusplus */
/*
* ===============
* ===============
...
...
@@ -960,6 +964,10 @@ enum
#endif
/*PTE_LEVEL >= PTE_LEVEL_MAX - 1 */
#ifdef __cplusplus
}
#endif
/* cplusplus */
#if PTE_LEVEL >= PTE_LEVEL_MAX
...
...
Write
Preview
Supports
Markdown
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