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.
我需要将 sqlite 移植到嵌入式非 posix 操作系统。问题是操作系统不支持 posix 文件锁定机制。我可以使用任何用户空间 posix 锁库实现吗?