Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-15
/
.
/
libc
/
include
/
ucontext.h
blob: 99201d2ba9945015bfd1c28db109cd613b507ba8 [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* @file ucontext.h
5
* @brief Historical alternative to `<sys/ucontext.h>`.
6
*
7
* New code should use `<sys/ucontext.h>` directly.
8
*/
9
Pavel Chupin
e61d106
2014-01-27 17:56:43 +0400
[
diff
] [
blame
]
10
#include
<sys/ucontext.h>