mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
4 lines
57 B
C
4 lines
57 B
C
#include "errno.h"
|
|
|
|
__attribute__((weak)) int errno = 0;
|