我正在使用Rad Hat 8.0,试图对内核进行更改,我正处于编译阶段。我在include/linux中有一个头文件,其中定义了包装器函数,它们使用errno。我使用#include <errno.h>包含了errno.h。当我尝试编译时,它告诉我"errno.h没有这样的文件或目录“。当我尝试#include <linux/errno.h>时,它找到了它,但它抱
我正在学习如何在出现错误后使用Python的ctypes' and am able to wrap and call a function, but I can't figure out how to# This will cause an EBADF error我所链接的文档表示这将返回-1,但它也会适当地设置errno我现在不知道如何访问errno。如果我尝试ctypes.get_errno</