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))
|
fcntl/set-owner))
|
||||||
|
|
||||||
(define-interface bsd44lite-errno-extras-interface
|
(define-interface bsd44lite-errno-extras-interface
|
||||||
(export errno/deadlk
|
(export errno/notblk
|
||||||
errno/notblk
|
|
||||||
errno/txtbsy
|
errno/txtbsy
|
||||||
errno/wouldblock
|
errno/wouldblock
|
||||||
errno/inprogress
|
errno/inprogress
|
||||||
|
@ -53,7 +52,6 @@
|
||||||
errno/rpcmismatch
|
errno/rpcmismatch
|
||||||
errno/progunavail
|
errno/progunavail
|
||||||
errno/progmismatch
|
errno/progmismatch
|
||||||
errno/nolck
|
|
||||||
errno/ftype
|
errno/ftype
|
||||||
errno/auth
|
errno/auth
|
||||||
errno/needauth
|
errno/needauth
|
||||||
|
|
|
@ -11,8 +11,7 @@
|
||||||
fcntl/set-owner))
|
fcntl/set-owner))
|
||||||
|
|
||||||
(define-interface linux-errno-extras-interface
|
(define-interface linux-errno-extras-interface
|
||||||
(export errno/deadlk
|
(export errno/notblk
|
||||||
errno/notblk
|
|
||||||
errno/txtbsy
|
errno/txtbsy
|
||||||
errno/wouldblock
|
errno/wouldblock
|
||||||
errno/inprogress
|
errno/inprogress
|
||||||
|
@ -53,7 +52,6 @@
|
||||||
; errno/rpcmismatch
|
; errno/rpcmismatch
|
||||||
; errno/progunavail
|
; errno/progunavail
|
||||||
; errno/progmismatch
|
; errno/progmismatch
|
||||||
errno/nolck
|
|
||||||
; errno/ftype
|
; errno/ftype
|
||||||
; errno/auth
|
; errno/auth
|
||||||
; errno/needauth
|
; errno/needauth
|
||||||
|
|
Loading…
Reference in New Issue