Skip to content

Commit 7a7bd4b

Browse files
committed
Remember to use the Minix errno.h.
1 parent 151179a commit 7a7bd4b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

plat/minix/include/build.lua

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,15 @@ addheader("ack/signal.h")
1515
addheader("ack/limits.h")
1616
addheader("minix/callnr.h")
1717
addheader("minix/const.h")
18-
-- addheader("minix/config.h")
1918
addheader("minix/type.h")
2019
addheader("minix/com.h")
2120
addheader("utime.h")
2221
addheader("sgtty.h")
2322
addheader("sys/dir.h")
2423
addheader("sys/types.h")
25-
-- addheader("sys/errno.h")
26-
-- addheader("sys/times.h")
24+
addheader("sys/errno.h")
2725
addheader("sys/stat.h")
2826
addheader("sys/wait.h")
29-
-- addheader("signal.h")
30-
-- addheader("limits.h")
31-
-- addheader("fcntl.h")
32-
-- addheader("time.h")
3327

3428
acklibrary {
3529
name = "headers",

plat/minix68k/include/ack/plat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
#define ACKCONF_WANT_STANDARD_O 0
1212
#define ACKCONF_WANT_STANDARD_SIGNALS 0
1313
#define ACKCONF_WANT_STANDARD_LIMITS 0
14+
#define ACKCONF_WANT_SYS_ERRNO_H 1
1415

1516
#endif

0 commit comments

Comments
 (0)