X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=context.h;h=aa356a9266c326111001492e20a4820ef74ddfd8;hb=ae3b87a50d4122a8feb95eddc6b0f208f6c7d5cc;hp=fb56e24761174fdb598f8f055c066ed6420ba02c;hpb=76308d1cc00abc4ab775977e9332c4992af2bef5;p=c11tester.git diff --git a/context.h b/context.h index fb56e247..aa356a92 100644 --- a/context.h +++ b/context.h @@ -13,13 +13,13 @@ int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp); -#else /* !MAC */ +#else /* !MAC */ static inline int model_swapcontext(ucontext_t *oucp, ucontext_t *ucp) -{ +{ return swapcontext(oucp, ucp); } -#endif /* !MAC */ +#endif /* !MAC */ -#endif /* __CONTEXT_H__ */ +#endif /* __CONTEXT_H__ */