summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.conf1
-rw-r--r--src/common.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index a549668..7649539 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -24,6 +24,7 @@ clock-time
diffseq
dirname
dup2
+errno
exitfail
extensions
fcntl-h
diff --git a/src/common.h b/src/common.h
index 41b719f..a66e55f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -214,7 +214,3 @@ bool merge_hunk (int hunk, struct outstate *, lin where, bool *);
#else
# define merge_hunk(hunk, outstate, where, somefailed) false
#endif
-
-#ifndef ENOTSUP
-#define ENOTSUP (-1)
-#endif