Remove stdio lock macros from amalgamation

This commit is contained in:
Justine Tunney 2022-09-10 11:55:39 -07:00
parent 333768440c
commit cdb2284f0d
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
62 changed files with 59 additions and 180 deletions

View file

@ -1,6 +1,6 @@
#ifndef COSMOPOLITAN_LIBC_STDIO_FFLUSH_H_
#define COSMOPOLITAN_LIBC_STDIO_FFLUSH_H_
#include "libc/intrin/nopl.h"
#include "libc/intrin/nopl.internal.h"
#include "libc/thread/thread.h"
#include "libc/stdio/stdio.h"
#if !(__ASSEMBLER__ + __LINKER__ + 0)