Skip to content

Commit

Permalink
macOS 13.0 added mkfifoat
Browse files Browse the repository at this point in the history
  • Loading branch information
wahern committed Jul 11, 2023
1 parent b4c1a08 commit 062f7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
#endif

#ifndef HAVE_MKFIFOAT
#define HAVE_MKFIFOAT (!__APPLE__ && (!__NetBSD__ || NETBSD_PREREQ(7,0)))
#define HAVE_MKFIFOAT ((!__APPLE__ || MACOS_PREREQ(13,0,0) || IPHONE_PREREQ(16,0)) && (!__NetBSD__ || NETBSD_PREREQ(7,0)))
#endif

#ifndef HAVE_OPENAT
Expand Down

0 comments on commit 062f7dd

Please sign in to comment.