mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.
This commit is contained in:
parent
8d9c2e33e1
commit
ebd05eb10b
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ void initresource()
|
|||
ins(d, "RUSAGE_SELF", RUSAGE_SELF);
|
||||
#endif
|
||||
|
||||
#ifdef RUSAGE_CHILDERN
|
||||
#ifdef RUSAGE_CHILDREN
|
||||
ins(d, "RUSAGE_CHILDREN", RUSAGE_CHILDREN);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue