diff options
Diffstat (limited to 'lib/mlibc/options/glibc/include/sys/ucontext.h')
-rw-r--r-- | lib/mlibc/options/glibc/include/sys/ucontext.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/mlibc/options/glibc/include/sys/ucontext.h b/lib/mlibc/options/glibc/include/sys/ucontext.h new file mode 100644 index 0000000..b4798ee --- /dev/null +++ b/lib/mlibc/options/glibc/include/sys/ucontext.h @@ -0,0 +1,14 @@ +#ifndef _SYS_UCONTEXT_H +#define _SYS_UCONTEXT_H + +#ifdef __cplusplus +extern "C" { +#endif + + + +#ifdef __cplusplus +} +#endif + +#endif // _SYS_UCONTEXT_H |