Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152426083
D56362.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
577 B
Referenced Files
None
Subscribers
None
D56362.diff
View Options
diff --git a/include/unistd.h b/include/unistd.h
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -453,6 +453,10 @@
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 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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 15, 9:39 PM (39 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31425947
Default Alt Text
D56362.diff (577 B)
Attached To
Mode
D56362: unistd.h: _Fork(2) is required by POSIX 2024
Attached
Detach File
Event Timeline
Log In to Comment