__libc_system
SLOT(system, __libc_system),
int __libc_system(const char *);
__weak_reference(__libc_system, __system);
__weak_reference(__libc_system, _system);
ret = __libc_system(string);