summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-08-06 20:09:51 -0400
committerRich Felker <dalias@aerifal.cx>2011-08-06 20:09:51 -0400
commit98acf04fc00cbded6169056f2cd541d31725c091 (patch)
treef792014c7cbc4deee8c3de9b511d9e7329f2bf0d /src/internal/libc.h
parent338b663ddb64ecf8a62ad0d1020a29587e0ca81b (diff)
downloadmusl-98acf04fc00cbded6169056f2cd541d31725c091.tar.gz
use weak aliases rather than function pointers to simplify some code
Diffstat (limited to 'src/internal/libc.h')
-rw-r--r--src/internal/libc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal/libc.h b/src/internal/libc.h
index 929ff97a..07ed70cd 100644
--- a/src/internal/libc.h
+++ b/src/internal/libc.h
@@ -6,10 +6,8 @@
struct __libc {
int *(*errno_location)(void);
- void (*testcancel)(void);
int threaded;
int canceldisable;
- void (*fork_handler)(int);
int (*atexit)(void (*)(void));
void (*fini)(void);
void (*ldso_fini)(void);