Page MenuHomeFreeBSD

fork.2: Add a simple use pattern
ClosedPublic

Authored by 0mp on Dec 15 2020, 7:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 30, 12:09 AM
Unknown Object (File)
Oct 14 2024, 12:57 PM
Unknown Object (File)
Oct 7 2024, 10:49 AM
Unknown Object (File)
Oct 5 2024, 12:02 PM
Unknown Object (File)
Oct 2 2024, 10:20 PM
Unknown Object (File)
Oct 2 2024, 9:18 PM
Unknown Object (File)
Sep 30 2024, 12:50 PM
Unknown Object (File)
Sep 30 2024, 4:59 AM
Subscribers

Details

Summary
fork.2: Add a simple use pattern

It seems to be a nice idea to show how fork() is usually used in practice. This
may act as a guide to developers who want to quickly recall how to use the
fork() function.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35425
Build 32339: arc lint + arc unit

Event Timeline

0mp requested review of this revision.Dec 15 2020, 7:18 PM
lib/libc/sys/fork.2
114
118

i'd use err(3) instead, but that's just my preference

  • Use pid_t
  • Use err() instead of perror
bcr added a subscriber: bcr.

OK from manpages. Thanks for the example, I think it is great to have.

0mp marked 2 inline comments as done.Apr 17 2021, 9:12 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 17 2021, 9:13 PM
This revision was automatically updated to reflect the committed changes.