atexit_old: Do not add it to shared libc
commit9faa7e94b824e1dc5fd9ce1b6f16c1b3f13c601a
authorKhem Raj <raj.khem@gmail.com>
Sat, 23 Jun 2012 20:26:30 +0000 (23 13:26 -0700)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 22 Mar 2015 13:49:27 +0000 (22 14:49 +0100)
tree40241e25b058e98f5698203ce0af4c290e816186
parentfdebbe2044653c5c84172524ed6e036d38716d88
atexit_old: Do not add it to shared libc

atexit should only be in either uclibc_nonshared.a
shared libc case or libc.a in static build case

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/stdlib/Makefile.in