Squash commits for public release
This commit is contained in:
10
libs/libc/include/errno.h
Normal file
10
libs/libc/include/errno.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _LIBC_ERRNO_H
|
||||
#define _LIBC_ERRNO_H
|
||||
|
||||
#include <bits/errno.h>
|
||||
|
||||
extern int errno;
|
||||
|
||||
#define set_errno(x) (errno = x)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user