unistd.h: _Fork(2) is required by POSIX 2024

Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D56362
This commit is contained in:
Konstantin Belousov
2026-04-12 11:57:51 +03:00
parent ece716c5d3
commit f286933c95
+4 -1
View File
@@ -453,6 +453,10 @@ int unlinkat(int, const char *, int);
int symlink(const char * __restrict, const char * __restrict);
#endif
#if __POSIX_VISIBLE >= 202405
pid_t _Fork(void);
#endif
/* X/Open System Interfaces */
#if __XSI_VISIBLE
char *crypt(const char *, const char *);
@@ -594,7 +598,6 @@ int undelete(const char *);
int unwhiteout(const char *);
void *valloc(size_t); /* obsoleted by malloc() */
int funlinkat(int, const char *, int, int);
pid_t _Fork(void);
#ifndef _OPTRESET_DECLARED
#define _OPTRESET_DECLARED