Removed ERRNO/DEADLK and ERRNO/NOLCK from extra-errno's list -- they are Posix!
This commit is contained in:
parent
84c705fcc7
commit
975278b58b
|
@ -11,8 +11,7 @@
|
|||
fcntl/set-owner))
|
||||
|
||||
(define-interface bsd44lite-errno-extras-interface
|
||||
(export errno/deadlk
|
||||
errno/notblk
|
||||
(export errno/notblk
|
||||
errno/txtbsy
|
||||
errno/wouldblock
|
||||
errno/inprogress
|
||||
|
@ -53,7 +52,6 @@
|
|||
errno/rpcmismatch
|
||||
errno/progunavail
|
||||
errno/progmismatch
|
||||
errno/nolck
|
||||
errno/ftype
|
||||
errno/auth
|
||||
errno/needauth
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
fcntl/set-owner))
|
||||
|
||||
(define-interface linux-errno-extras-interface
|
||||
(export errno/deadlk
|
||||
errno/notblk
|
||||
(export errno/notblk
|
||||
errno/txtbsy
|
||||
errno/wouldblock
|
||||
errno/inprogress
|
||||
|
@ -53,7 +52,6 @@
|
|||
; errno/rpcmismatch
|
||||
; errno/progunavail
|
||||
; errno/progmismatch
|
||||
errno/nolck
|
||||
; errno/ftype
|
||||
; errno/auth
|
||||
; errno/needauth
|
||||
|
|
Loading…
Reference in New Issue