mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Remove IMAGE_BASE_VIRTUAL
This commit is contained in:
parent
8a0008d985
commit
20c77338e6
65 changed files with 10 additions and 286 deletions
|
@ -5,7 +5,6 @@
|
|||
#include "libc/calls/blockcancel.internal.h"
|
||||
#include "libc/calls/calls.h"
|
||||
#include "libc/intrin/bits.h"
|
||||
#include "libc/intrin/nopl.internal.h"
|
||||
#include "libc/mem/gc.h"
|
||||
#include "libc/mem/mem.h"
|
||||
#include "libc/str/str.h"
|
||||
|
@ -67,11 +66,6 @@ __attribute__((__constructor__)) static void localtime_init(void) {
|
|||
localtime_funlock);
|
||||
}
|
||||
|
||||
#ifdef _NOPL0
|
||||
#define localtime_lock() _NOPL0("__threadcalls", localtime_lock)
|
||||
#define localtime_unlock() _NOPL0("__threadcalls", localtime_unlock)
|
||||
#endif
|
||||
|
||||
#ifndef TZ_ABBR_MAX_LEN
|
||||
#define TZ_ABBR_MAX_LEN 16
|
||||
#endif /* !defined TZ_ABBR_MAX_LEN */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue