diff options
author | 1997-06-12 20:02:05 +0000 | |
---|---|---|
committer | 1997-06-12 20:02:05 +0000 | |
commit | 580f91568d28b5b21888a33f4eeffe3eac41bfd3 (patch) | |
tree | ae9dc54e1aaee952aa55443f6d4c13ee151ce1d3 /lib/libc/sys/intro.2 | |
parent | if >100 doms requested, start killing old ones to avoid starvation problems (diff) | |
download | wireguard-openbsd-580f91568d28b5b21888a33f4eeffe3eac41bfd3.tar.xz wireguard-openbsd-580f91568d28b5b21888a33f4eeffe3eac41bfd3.zip |
add EFTYPE
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 3892834cd3c..0f16417d4bf 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -404,6 +404,8 @@ locks was reached. .It Er 78 ENOSYS Em "Function not implemented" . Attempted a system call that is not available on this system. +.It Er 79 EFTYPE Em "Inappropriate file type or format" . +The file contains invalid data or set to invalid modes. .Sh DEFINITIONS .Bl -tag -width Ds .It Process ID . |