diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-09-30 13:24:28 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-10-14 20:27:12 -0400 |
commit | e1e98d869c5b3ebf59e0d0006c108daf0368245e (patch) | |
tree | 86e230be6f6373e59cf545d0812b17fb0393581e /src/process | |
parent | 50716702d41d5f6f31c1075a1734b9f759477f0d (diff) | |
download | musl-e1e98d869c5b3ebf59e0d0006c108daf0368245e.tar.gz |
rename fork source file
this is in preparation for implementing _Fork from POSIX-future,
factored as a separate commit to improve readability of history.
Diffstat (limited to 'src/process')
-rw-r--r-- | src/process/_Fork.c (renamed from src/process/fork.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/process/fork.c b/src/process/_Fork.c index 17fb87ad..17fb87ad 100644 --- a/src/process/fork.c +++ b/src/process/_Fork.c |