blob: 77526a9bba5203e66342662800c8da6f90484845 [file] [log] [blame]
#pragma once
/**
* @file sys/errno.h
* @brief Historical synonym for `<errno.h>`.
*
* New code should use `<errno.h>` directly.
*/
#include <errno.h>