author | Rich Felker <dalias@aerifal.cx> | 2016年02月18日 04:13:05 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016年02月18日 04:13:05 +0000 |
commit | 2d0290debf28d9fddd3f1807fe12b1c64f96ab23 (patch) | |
tree | e924397082629c672e41138cd8ec871c465bbf56 /crt/rcrt1.c | |
parent | 5030e4a0605707c3f84c04c70ac689ca6ee54ffd (diff) | |
download | musl-2d0290debf28d9fddd3f1807fe12b1c64f96ab23.tar.gz |
-rw-r--r-- | crt/rcrt1.c | 1 |
diff --git a/crt/rcrt1.c b/crt/rcrt1.c index e763d0ab..be017153 100644 --- a/crt/rcrt1.c +++ b/crt/rcrt1.c @@ -1,4 +1,3 @@ -#define SHARED #define START "_start" #define _dlstart_c _start_c #include "../ldso/dlstart.c" |