Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个关闭进程所有文件的系统调用。
谁能解释我返回的位图是什么
fd->open_fds[n]
其中 fd 是指向 fdtable 的指针,n 是 int。
谢谢
我也遇到了这个麻烦,因为我需要它来进行系统调用。fdt 表的 open_fds 字段最初包含 open_fds_init 字段的地址,这个是包含当前打开文件的文件描述符的位图。