X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/bsd/man/man3/Makefile diff --git a/bsd/man/man3/Makefile b/bsd/man/man3/Makefile index d9eeb14aa..21c65aeaa 100644 --- a/bsd/man/man3/Makefile +++ b/bsd/man/man3/Makefile @@ -11,6 +11,7 @@ DATAFILES = \ posix_spawn_file_actions_addclose.3 \ posix_spawn_file_actions_init.3 \ posix_spawnattr_init.3 \ + posix_spawnattr_setarchpref_np.3 \ posix_spawnattr_setbinpref_np.3 \ posix_spawnattr_setflags.3 \ posix_spawnattr_setpgroup.3 \ @@ -52,6 +53,7 @@ INSTALL_MAN_LINKS = \ posix_spawn_file_actions_addclose.3 posix_spawn_file_actions_addfchdir_np.3 \ posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \ posix_spawnattr_init.3 posix_spawnattr_destroy.3 \ + posix_spawnattr_setarchpref_np.3 posix_spawnattr_getarchpref_np.3 \ posix_spawnattr_setbinpref_np.3 posix_spawnattr_getbinpref_np.3 \ posix_spawnattr_setflags.3 posix_spawnattr_getflags.3 \ posix_spawnattr_setpgroup.3 posix_spawnattr_getpgroup.3 \