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