III. Base Libraries

Table of Contents
10. Libraries
10.1. Program Interpreter/Dynamic Linker
10.2. Interfaces for libc
10.2.1. RPC
10.2.2. Epoll
10.2.3. System Calls
10.2.4. Standard I/O
10.2.5. Signal Handling
10.2.6. Localization Functions
10.2.7. Posix Spawn Option
10.2.8. Posix Advisory Option
10.2.9. Socket Interface
10.2.10. Wide Characters
10.2.11. String Functions
10.2.12. IPC Functions
10.2.13. Regular Expressions
10.2.14. Character Type Functions
10.2.15. Time Manipulation
10.2.16. Terminal Interface Functions
10.2.17. System Database Interface
10.2.18. Language Support
10.2.19. Large File Support
10.2.20. Inotify
10.2.21. Standard Library
10.2.22. GNU Extensions for libc
10.3. Data Definitions for libc
10.3.1. assert.h
10.3.2. cpio.h
10.3.3. ctype.h
10.3.4. dirent.h
10.3.5. elf.h
10.3.6. endian.h
10.3.7. errno.h
10.3.8. fcntl.h
10.3.9. fmtmsg.h
10.3.10. fnmatch.h
10.3.11. ftw.h
10.3.12. getopt.h
10.3.13. glob.h
10.3.14. iconv.h
10.3.15. langinfo.h
10.3.16. limits.h
10.3.17. link.h
10.3.18. locale.h
10.3.19. net/if.h
10.3.20. netdb.h
10.3.21. netinet/icmp6.h
10.3.22. netinet/igmp.h
10.3.23. netinet/in.h
10.3.24. netinet/in_systm.h
10.3.25. netinet/ip.h
10.3.26. netinet/ip6.h
10.3.27. netinet/ip_icmp.h
10.3.28. netinet/tcp.h
10.3.29. netinet/udp.h
10.3.30. nl_types.h
10.3.31. pwd.h
10.3.32. regex.h
10.3.33. rpc/auth.h
10.3.34. rpc/clnt.h
10.3.35. rpc/rpc_msg.h
10.3.36. rpc/svc.h
10.3.37. rpc/types.h
10.3.38. rpc/xdr.h
10.3.39. sched.h
10.3.40. search.h
10.3.41. setjmp.h
10.3.42. signal.h
10.3.43. spawn.h
10.3.44. stddef.h
10.3.45. stdint.h
10.3.46. stdio.h
10.3.47. stdlib.h
10.3.48. sys/epoll.h
10.3.49. sys/file.h
10.3.50. sys/inotify.h
10.3.51. sys/ioctl.h
10.3.52. sys/ipc.h
10.3.53. sys/mman.h
10.3.54. sys/msg.h
10.3.55. sys/param.h
10.3.56. sys/poll.h
10.3.57. sys/ptrace.h
10.3.58. sys/resource.h
10.3.59. sys/select.h
10.3.60. sys/sem.h
10.3.61. sys/shm.h
10.3.62. sys/socket.h
10.3.63. sys/stat.h
10.3.64. sys/statfs.h
10.3.65. sys/statvfs.h
10.3.66. sys/sysinfo.h
10.3.67. sys/time.h
10.3.68. sys/timeb.h
10.3.69. sys/times.h
10.3.70. sys/types.h
10.3.71. sys/un.h
10.3.72. sys/utsname.h
10.3.73. sys/wait.h
10.3.74. syslog.h
10.3.75. tar.h
10.3.76. termios.h
10.3.77. ucontext.h
10.3.78. ulimit.h
10.3.79. unistd.h
10.3.80. utime.h
10.3.81. utmp.h
10.3.82. utmpx.h
10.3.83. wctype.h
10.3.84. wordexp.h
10.4. Interfaces for libm
10.4.1. Math
10.5. Data Definitions for libm
10.5.1. complex.h
10.5.2. fenv.h
10.5.3. math.h
10.6. Interface Definitions for libm
__fpclassifyl -- Classify real floating type
__signbitl -- test sign of floating point value
10.7. Interfaces for libpthread
10.7.1. Realtime Threads
10.7.2. Advanced Realtime Threads
10.7.3. Posix Threads
10.7.4. Thread aware versions of libc interfaces
10.7.5. GNU Extensions for libpthread
10.8. Data Definitions for libpthread
10.8.1. pthread.h
10.8.2. semaphore.h
10.9. Interfaces for libgcc_s
10.9.1. Unwind Library
10.10. Data Definitions for libgcc_s
10.10.1. unwind.h
10.11. Interface Definitions for libgcc_s
_Unwind_Find_FDE -- private C++ error handling method
_Unwind_GetDataRelBase -- private IA64 C++ error handling method
_Unwind_GetTextRelBase -- private IA64 C++ error handling method
10.12. Interfaces for libdl
10.12.1. Dynamic Loader
10.13. Data Definitions for libdl
10.13.1. dlfcn.h
10.14. Interfaces for libcrypt
10.14.1. Encryption