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.
当 Berkeley db 使用 更新某些项目db.put()时,它返回28,我浏览了 bdb 的文档,发现如果返回值 > 0,这是一个系统错误,而不是来自 bdb 本身。
db.put()
但是我在哪里可以找到这个系统错误(退出代码28)是什么意思?
从errno.h您机器上的文件中提取(通常有多个文件,因此请遵循#include路径)
errno.h
#include
#define ENOSPC 28 /* No space left on device */