Changes made for cosmocc builds (#908)

This commit is contained in:
Gautham 2023-10-09 16:39:02 -05:00 committed by GitHub
parent 3b4dbc9fdd
commit 211d5d902e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 1 deletions

4
libc/isystem/ucontext.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef _UCONTEXT_H
#define _UCONTEXT_H
#include "libc/calls/ucontext.h"
#endif