diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-20 15:00:51 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-20 15:00:51 +0100 |
commit | 2d4d64189501c253ed6a5b5ff5e27da1cb34407a (patch) | |
tree | 488ed008de322f0ffbfd1efdaec2041811b41a1c /src/common/include/mmap.h | |
parent | 13db03fcc4a476c8881ccafe0852e72410c67b3a (diff) | |
download | kogata-2d4d64189501c253ed6a5b5ff5e27da1cb34407a.tar.gz kogata-2d4d64189501c253ed6a5b5ff5e27da1cb34407a.zip |
Think a bit ; ioctls only on open file descriptors.
Diffstat (limited to 'src/common/include/mmap.h')
-rw-r--r-- | src/common/include/mmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include/mmap.h b/src/common/include/mmap.h index 777950f..3134403 100644 --- a/src/common/include/mmap.h +++ b/src/common/include/mmap.h @@ -4,3 +4,4 @@ #define MM_WRITE (0x02) #define MM_EXEC (0x04) +/* vim: set ts=4 sw=4 tw=0 noet :*/ |