Files

12 lines
171 B
C
Raw Permalink Normal View History

2024-09-30 16:56:09 +01:00
--- error.h.orig
+++ error.h
@@ -1,7 +1,7 @@
#ifndef ERROR_H
#define ERROR_H
-extern int errno;
+#include <errno.h>
extern int error_intr;
extern int error_nomem;