stdlib: Add errno.EDEADLK

This commit is contained in:
Martin Fischer
2022-02-28 14:00:25 +01:00
committed by Jelle Zijlstra
parent 182ddd9daf
commit af269057be

View File

@@ -36,6 +36,7 @@ EMLINK: int
EPIPE: int
EDOM: int
ERANGE: int
EDEADLK: int
EDEADLCK: int
ENAMETOOLONG: int
ENOLCK: int