Files
semi-libc/src/malloc
Rich Felker 918b1c1d17 remove external linkage from __simple_malloc definition
this function is used only as a weak definition for malloc, for static
linking in programs which do not call realloc or free. since it had
external linkage and was thereby exported in libc.so's dynamic symbol
table, --gc-sections was unable to drop it. this was merely an
oversight; there's no reason for it to be external, so make it static.
2015-11-04 21:41:29 -05:00
..
2013-10-05 12:00:55 -04:00
2011-02-12 00:22:29 -05:00
2013-07-23 23:40:26 -04:00