[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Move `current-process-id' to "chicken.process-
From: |
Evan Hanson |
Subject: |
[Chicken-hackers] [PATCH] Move `current-process-id' to "chicken.process-context.posix" |
Date: |
Mon, 21 May 2018 19:41:19 +1200 |
Hi folks,
I think this procedure really belongs in the POSIX section of the
"process-context" library -- that's where everything else dealing with
any sort of ID lives (user-id, group-id, etc.), and it's weird to have
`current-process-id' in one place but `parent-process-id' in another. I
know it was moved in a recent commit, but I'd like to revert that part
of the change.
The patch itself is simple enough, let me know what you think.
Cheers,
Evan
0001-Move-current-process-id-to-chicken.process-context.p.patch
Description: Text Data
- [Chicken-hackers] [PATCH] Move `current-process-id' to "chicken.process-context.posix",
Evan Hanson <=