-
-
Notifications
You must be signed in to change notification settings - Fork 606
POSIX API support
Pekka Enberg edited this page Aug 26, 2014
·
5 revisions
This page lists POSIX APIs that are not supported by OSv by design. If you find a missing API that is not listed on this page, it's likely just missing or unimplemented.
The fork() system call is not supported as OSv is a single process system.
The exec() system call is not supported as OSv is a single process system.