in linux, 'write' is a small system call wapper function.
in GDB. if I search for symbol 'write' (info addr write) GDB tells me an address which is in range of libc. but, when I check the export function list of libc there is no 'write' symbol.
what is happening here?