From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- sys/fio/mmap.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/fio/mmap.inc (limited to 'sys/fio/mmap.inc') diff --git a/sys/fio/mmap.inc b/sys/fio/mmap.inc new file mode 100644 index 00000000..aebc0f27 --- /dev/null +++ b/sys/fio/mmap.inc @@ -0,0 +1,8 @@ +# map 6 file modes into one of five simpler modes +int mmap[TEMP_FILE] +data mmap[READ_ONLY] /READ_ONLY/ +data mmap[READ_WRITE] /READ_WRITE/ +data mmap[WRITE_ONLY] /WRITE_ONLY/ +data mmap[APPEND] /APPEND/ +data mmap[NEW_FILE] /NEW_FILE/ +data mmap[TEMP_FILE] /NEW_FILE/ -- cgit