Remove a bunch of stuff that shouldn't be in docs

This commit is contained in:
Justine Tunney 2022-09-20 02:57:46 -07:00
parent 2cc1d5ac4c
commit bfb85fe6d0
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
11 changed files with 18 additions and 39 deletions

View file

@ -3,9 +3,9 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
/**
/*
* XNU thread system calls.
* @see darwin-libpthread/kern/kern_support.c
* See darwin-libpthread/kern/kern_support.c
*/
int sys_bsdthread_create(void *func, void *func_arg, void *stack, void *pthread,