blob: 77526a9bba5203e66342662800c8da6f90484845 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#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 Project1dc9e472009-03-03 19:28:35 -080010#include <errno.h>