Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
refs/heads/t-13.2
/
.
/
libc
/
include
/
sys
/
errno.h
blob: 77526a9bba5203e66342662800c8da6f90484845 [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* @file sys/errno.h
5
* @brief Historical synonym for `<errno.h>`.
6
*
7
* New code should use `<errno.h>` directly.
8
*/
9
The Android Open Source Project
1dc9e47
2009-03-03 19:28:35 -0800
[
diff
] [
blame
]
10
#include
<errno.h>