diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-19 19:37:22 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-19 19:37:22 -0700 |
| commit | 43a3a37b90928f55410aba9378891edda3de1fa9 (patch) | |
| tree | 74c852a13625418d6eba3bff438152311bea2192 /include/asm-alpha | |
| parent | 6033f0244d5e29cc16670e4106b9a823ecedfb6c (diff) | |
| parent | ad447df32d4f9fb48ecb91c7bf1c7eb41f2acc0e (diff) | |
Merge quota update from Jan Kara
Diffstat (limited to 'include/asm-alpha')
| -rw-r--r-- | include/asm-alpha/ioctls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-alpha/ioctls.h b/include/asm-alpha/ioctls.h index 2cad3d5a8ec2..a363c50ce6d7 100644 --- a/include/asm-alpha/ioctls.h +++ b/include/asm-alpha/ioctls.h @@ -9,6 +9,7 @@ #define FIONBIO _IOW('f', 126, int) #define FIONREAD _IOR('f', 127, int) #define TIOCINQ FIONREAD +#define FIOQSIZE _IOR('f', 128, loff_t) #define TIOCGETP _IOR('t', 8, struct sgttyb) #define TIOCSETP _IOW('t', 9, struct sgttyb) |
