Changeset 3466 for trunk/src/kash/shfile.h
- Timestamp:
- Sep 15, 2020, 11:28:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.h
r3465 r3466 124 124 #define SHFILE_FLAGS_DIR 0x0020 125 125 #define SHFILE_FLAGS_TTY 0x0030 126 #define SHFILE_FLAGS_DIRTY 0x0100 /**< The file has been written to. */ 126 127 /** @} */ 127 128 … … 151 152 int shfile_exec_win(shfdtab *pfdtab, int prepare, shfdexecwin *info); 152 153 int shfile_exec_unix(shfdtab *pfdtab); 154 #if K_OS == K_OS_WINDOWS && defined(KASH_ASYNC_CLOSE_HANDLE) 155 void shfile_async_close_sync(void); 156 #endif 153 157 154 158 int shfile_open(shfdtab *, const char *, unsigned, mode_t);
Note:
See TracChangeset
for help on using the changeset viewer.