> Shows how little you know about what linking means. When Linux > runs, or when glibc runs, they don't even share the same memory > map;
Oh really? Man oh man. Part of address space reserved for the kernel aside for a moment, how does read(int fildes, void *buf, size_t nbyte) fill the buffer then, [...] ? By asking the kernel, no linking is involved. Asking is not linking. Library and kernel do not share the same address space, they do not share structures, etc etc etc. It is a telnet/telnetd like busines. This has been explained to you several times now, please go do something useful instead. _______________________________________________ gnu-misc-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss
