projects
/
c11tester.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix mutex_trylock bug
[c11tester.git]
/
context.h
diff --git
a/context.h
b/context.h
index
fb56e24
..
aa356a9
100644
(file)
--- a/
context.h
+++ b/
context.h
@@
-13,13
+13,13
@@
int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp);
int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp);
-#else /* !MAC */
+#else
/* !MAC */
static inline int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp)
static inline int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp)
-{
+{
return swapcontext(oucp, ucp);
}
return swapcontext(oucp, ucp);
}
-#endif /* !MAC */
+#endif /* !MAC */
-#endif /* __CONTEXT_H__ */
+#endif /* __CONTEXT_H__ */