mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Rename hidden keyword to _Hide
This commit is contained in:
parent
251dcb07eb
commit
bf7843833f
112 changed files with 616 additions and 3290 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "libc/runtime/ezmap.internal.h"
|
||||
#include "libc/runtime/internal.h"
|
||||
|
||||
hidden Elf64_Ehdr *MapElfRead(const char *filename, struct MappedFile *mf) {
|
||||
_Hide Elf64_Ehdr *MapElfRead(const char *filename, struct MappedFile *mf) {
|
||||
if (MapFileRead(filename, mf) != -1 && IsElf64Binary(mf->addr, mf->size)) {
|
||||
return mf->addr;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue