summaryrefslogtreecommitdiff
path: root/luxio_constants.inc.in
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@fastmail.co.uk>2018-10-12 18:10:52 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-10-21 13:39:31 +0100
commit4e95fbccfbbec3c1ebc10dc156a154a2953200dd (patch)
tree825e257955beae7640e280a02098a423fbc3bacf /luxio_constants.inc.in
parent6cdd1f9a9f10ae7fb63441341727a367ca4c5475 (diff)
downloadluxio-4e95fbccfbbec3c1ebc10dc156a154a2953200dd.tar.gz
Bind termident functions
Diffstat (limited to 'luxio_constants.inc.in')
-rw-r--r--luxio_constants.inc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/luxio_constants.inc.in b/luxio_constants.inc.in
index d96ee67..ca045da 100644
--- a/luxio_constants.inc.in
+++ b/luxio_constants.inc.in
@@ -17,7 +17,7 @@ static const struct {
E(EEXIST),
E(EBADF),
E(EFAULT),
- E(EFBIG),
+ E(EFBIG),
E(EINTR),
E(EIO),
E(EISDIR),
@@ -34,6 +34,7 @@ static const struct {
E(ENOTCONN),
E(ENOTDIR),
E(ENOTSOCK),
+ E(ENOTTY),
E(ENXIO),
E(EOVERFLOW),
E(EPERM),