Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-16
/
.
/
libc
/
include
/
sys
/
signal.h
blob: fde0819bc58aa523732da245b858667f48834966 [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* @file sys/signal.h
5
* @brief Historical synonym for `<signal.h>`.
6
*
7
* New code should use `<signal.h>` directly.
8
*/
9
Nick Kralevich
b22a684
2013-02-22 10:38:28 -0800
[
diff
] [
blame
]
10
#include
<signal.h>