Skip to content
Snippets Groups Projects
Unverified Commit 5a3374a9 authored by Levente Kurusa's avatar Levente Kurusa
Browse files

DragonflyBSD: add ENOMEDIUM and EASYNC


These errno's are defined in <sys/errno.h> on DragonFlyBSD.

Signed-off-by: default avatarLevente Kurusa <lkurusa@acm.org>
parent b43f9868
No related branches found
No related tags found
Loading
......@@ -222,6 +222,8 @@ pub const O_DIRECTORY: ::c_int = 0x08000000;
pub const F_GETLK: ::c_int = 7;
pub const F_SETLK: ::c_int = 8;
pub const F_SETLKW: ::c_int = 9;
pub const ENOMEDIUM: ::c_int = 93;
pub const EASYNC: ::c_int = 99;
pub const ELAST: ::c_int = 99;
pub const RLIMIT_POSIXLOCKS: ::c_int = 11;
pub const RLIM_NLIMITS: ::rlim_t = 12;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment