code_glitch, are you talking about clib or libc? And in case of libc, are you talking about the legacy Kylix unit libc, or the c runtime library?

If it's because you need to link to libc, then you shouldn't look for a fpc unit. Then simply write {$l c} in your code, or add -k-lc to the compiler command line, or use dynamic linking