Changeset 623 for trunk/kernel/syscalls/shared_include
- Timestamp:
- Mar 6, 2019, 4:37:15 PM (6 years ago)
- Location:
- trunk/kernel/syscalls/shared_include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/shared_include/shared_almos.h
r611 r623 53 53 DISPLAY_BUSYLOCKS = 8, 54 54 DISPLAY_MAPPER = 9, 55 DISPLAY_BARRIER = 10, 55 56 } 56 57 display_type_t; -
trunk/kernel/syscalls/shared_include/shared_mman.h
r594 r623 2 2 * shred_mman.h - Shared structures & mnemonics used by the <mman.h> user library. 3 3 * 4 * Author Alain Greiner (2016,2017,2018 )4 * Author Alain Greiner (2016,2017,2018,2019) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites … … 26 26 27 27 /******************************************************************************************* 28 * Th ese structure areused by the mmap() syscall().28 * This structure is used by the mmap() syscall(). 29 29 ******************************************************************************************/ 30 30
Note: See TracChangeset
for help on using the changeset viewer.