Skip to content

Instantly share code, notes, and snippets.

@crabtw
Created January 31, 2012 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crabtw/1708305 to your computer and use it in GitHub Desktop.
Save crabtw/1708305 to your computer and use it in GitHub Desktop.
--- sys/sys/ucontext.h.orig 2012-01-31 09:46:57.398803502 +0800
+++ sys/sys/ucontext.h 2012-01-31 09:47:09.813803548 +0800
@@ -79,7 +79,7 @@
int swapcontext(ucontext_t *, const ucontext_t *);
#if __BSD_VISIBLE
-size_t __getcontextx_size(void);
+__size_t __getcontextx_size(void);
int __fillcontextx(char *ctx);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment