summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/libc.h')
-rw-r--r--src/internal/libc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/internal/libc.h b/src/internal/libc.h
index 115cd865..d985902c 100644
--- a/src/internal/libc.h
+++ b/src/internal/libc.h
@@ -7,13 +7,15 @@
struct __libc {
void *main_thread;
int threaded;
- int canceldisable;
+ int secure;
+ size_t *auxv;
int (*atexit)(void (*)(void));
void (*fini)(void);
void (*ldso_fini)(void);
volatile int threads_minus_1;
- int ofl_lock;
+ int canceldisable;
FILE *ofl_head;
+ int ofl_lock;
};