Replies: 2 comments 2 replies
-
搞定了,我把 osal 中定义的宏 _LARGEFILE_SOURCE 和 _FILE_OFFSET_BITS 取消了之后就正常了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
代码里好像没用到 fcntl64 吧? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我使用的项目glibc 是2.23,找不到fcntl64 的定义,然后链接的过程中就报错了,可以修改为使用fcntl 吗,如果可以要怎么修改?
Beta Was this translation helpful? Give feedback.
All reactions