mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Simplify the rusage.com command
This commit is contained in:
parent
b592716d1c
commit
dcda6f7d8d
7 changed files with 86 additions and 106 deletions
3
third_party/python/launch.c
vendored
3
third_party/python/launch.c
vendored
|
@ -13,6 +13,7 @@
|
|||
#include "libc/log/log.h"
|
||||
#include "libc/mem/mem.h"
|
||||
#include "libc/runtime/runtime.h"
|
||||
#include "libc/runtime/stack.h"
|
||||
#include "libc/testlib/testlib.h"
|
||||
#include "libc/x/x.h"
|
||||
#include "third_party/python/Include/abstract.h"
|
||||
|
@ -39,6 +40,8 @@
|
|||
#include "third_party/python/Include/yoink.h"
|
||||
/* clang-format off */
|
||||
|
||||
STATIC_STACK_ALIGN(GetStackSize());
|
||||
|
||||
#define USE_COSMO_CRASH MODE_DBG + 0
|
||||
|
||||
__static_yoink("zipos");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue