First page Back Continue Last page Overview Graphics
uClibc (3)
After compilation and installation, the following components are available
Standard headers, stdio.h, stdlib.h, unistd.h and others, and Linux kernel headers, integrated with the C library headers.
The libraries themselves, with mainly
- libuClibc, the C library itself
- ld-uClibc, the dynamic loader, responsible for loading the shared libraries at the beginning of a program's execution
- librt, the library implementing the real-time related functions
- libstdc++, the C++ standard library
- libpthread, the threads library
- libm, the mathematic library