realtek-doc/sources/uboot-dms1250/include/errno.h
Markus Stockhausen 9efeb307bd rename folders
2025-04-27 16:04:49 -04:00

9 lines
147 B
C
Executable file

#ifndef _ERRNO_H
#include <asm-generic/errno.h>
extern int errno;
#define __set_errno(val) do { errno = val; } while (0)
#endif /* _ERRNO_H */