xref: /aosp_15_r20/bionic/libc/include/sys/errno.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
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 
10 #include <errno.h>
11