mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Remove IMAGE_BASE_VIRTUAL
This commit is contained in:
parent
8a0008d985
commit
20c77338e6
65 changed files with 10 additions and 286 deletions
|
@ -23,7 +23,6 @@
|
|||
#include "libc/dce.h"
|
||||
#include "libc/errno.h"
|
||||
#include "libc/intrin/atomic.h"
|
||||
#include "libc/intrin/nopl.internal.h"
|
||||
#include "libc/intrin/strace.internal.h"
|
||||
#include "libc/limits.h"
|
||||
#include "libc/mem/mem.h"
|
||||
|
@ -71,11 +70,6 @@ static void sem_open_init(void) {
|
|||
pthread_once(&g_semaphores.once, sem_open_setup);
|
||||
}
|
||||
|
||||
#ifdef _NOPL0
|
||||
#define sem_open_lock() _NOPL0("__threadcalls", sem_open_lock)
|
||||
#define sem_open_unlock() _NOPL0("__threadcalls", sem_open_unlock)
|
||||
#endif
|
||||
|
||||
static sem_t *sem_open_impl(const char *path, int oflag, unsigned mode,
|
||||
unsigned value) {
|
||||
int fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue