📄 eagain.so
字号:
m4_comment([$Id: eagain.so,v 11.6 2001/07/10 13:16:34 bostic Exp $])m4_ref_title(Upgrading m4_db Applications, Release 3.0: EAGAIN,, upgrade.3.0/lock_notheld, upgrade.3.0/eacces)m4_p([dnlHistorically, the m4_db interfaces have returned the POSIX error valueEAGAIN to indicate a deadlock. This has been removed from the m4_db 3.0release in order to make it possible for applications to distinguishbetween EAGAIN errors returned by the system and returns from m4_dbindicating deadlock.])m4_p([dnlThe application should be searched for any occurrences of EAGAIN. Foreach of these, any that are checking for a deadlock return from m4_dbshould be changed to check for the DB_LOCK_DEADLOCK return value.])m4_p([dnlIf, for any reason, this is a difficult change for the application tomake, the m4_path(include/db.src) distribution file should be modified totranslate all returns of DB_LOCK_DEADLOCK to EAGAIN. Search for thestring EAGAIN in that file, there is a comment that describes how to makethe change.])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -