Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Solaris 10でforkall()の代わりに使用できるPOSIXシステム コールはどれですか?
Solaris 10 でforkallを使用することは可能ですが、プリプロセッサで OS と OS バージョンを確認するにはどうすればよいですか?
forall は POSIX システム コールではありません。これは、solaris でのみ使用できます。POSIX にはオルタナバイトはありません。移植可能なコードを書くようにしてください。
. . . . . . . ..