且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Linux内核中libc.so.6的相关性

更新时间:2023-02-02 21:44:59

  1. 是的.例如,我可以在不使用libc的程序集中编写一个应用程序.以下是一些示例: https://***.com/questions/284797/hello少于20个字节的世界
  2. 在Linux上,glibc是libc的常见实现: https://www.gnu.org /software/libc/
  3. 是的. glibc提供的线程选项是内核接口上的垫片层.
  1. Yes. For example, I could write an application in assembly that did not use libc. Here are some examples: https://***.com/questions/284797/hello-world-in-less-than-20-bytes
  2. On Linux, glibc is a common implementation of libc: https://www.gnu.org/software/libc/
  3. Yes. The threading options that glibc provides are a shim layer over a kernel interface.