summaryrefslogtreecommitdiff
path: root/src/errno/ENOTTY.h
blob: 82742bef6d31688c73b27a6e32f5f28405a3fb3a (plain)
1
2
3
4
5
6
7
8
#include <errno.h>

#define ENOTTY                                                              (37)

/** Inappropriate I/O control operation **/
/*
POSIX(1)
*/