Skip to content

Commit

Permalink
Remember to use the Minix errno.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jan 10, 2025
1 parent 151179a commit 7a7bd4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions plat/minix/include/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,15 @@ addheader("ack/signal.h")
addheader("ack/limits.h")
addheader("minix/callnr.h")
addheader("minix/const.h")
-- addheader("minix/config.h")
addheader("minix/type.h")
addheader("minix/com.h")
addheader("utime.h")
addheader("sgtty.h")
addheader("sys/dir.h")
addheader("sys/types.h")
-- addheader("sys/errno.h")
-- addheader("sys/times.h")
addheader("sys/errno.h")
addheader("sys/stat.h")
addheader("sys/wait.h")
-- addheader("signal.h")
-- addheader("limits.h")
-- addheader("fcntl.h")
-- addheader("time.h")

acklibrary {
name = "headers",
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions plat/minix68k/include/ack/plat.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
#define ACKCONF_WANT_STANDARD_O 0
#define ACKCONF_WANT_STANDARD_SIGNALS 0
#define ACKCONF_WANT_STANDARD_LIMITS 0
#define ACKCONF_WANT_SYS_ERRNO_H 1

#endif

0 comments on commit 7a7bd4b

Please sign in to comment.