gpt4 book ai didi

c - 当我包含 时,为什么 Xcode 4 Preview 5 无法解析 crget() 函数?

转载 作者:行者123 更新时间:2023-11-30 16:03:17 26 4
gpt4 key购买 nike

我正在尝试使用 Mac OS X 10.6.5 内核库。具体来说,我正在尝试对 crget() 函数进行非常简单的调用(请参阅:http://fxr.watson.org/fxr/source/sys/ucred.h?v=DFBSD#L101 了解函数原型(prototype))。

代码只有:

#include <sys/param.h>
#include <sys/ucred.h>

// Main().

int main (void) {

// Return a ucred struct from kernel for this process.
struct ucred *processCredentials = crget();

// Rest of code...

return 0;
}

XCode 报告:

架构 i386 的 undefined symbol : “_crget”,引用自: main.o 中的 _mainld:未找到架构 i386 的符号

有人可以告诉我我错过了什么吗?

谢谢

斯科特

最佳答案

来自the documentation :

Note: Functions for working with basic user credential [sic] are not exported outside of the kernel, and thus are not generally available to kernel extensions.

因此,除非您正确修改内核,或者使用可能相当于残暴黑客的手段,否则您无法链接到它们。

关于c - 当我包含 <sys/ucred.h> 时,为什么 Xcode 4 Preview 5 无法解析 crget() 函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4288088/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com