Changeset 1222 for trunk/src/kash/shfile.h
- Timestamp:
- Oct 8, 2007, 2:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.h
r1218 r1222 29 29 30 30 #include "shtypes.h" 31 #include "shthread.h" 31 32 #include <fcntl.h> 32 33 #include <sys/stat.h> … … 116 117 } shfdtab; 117 118 118 int shfile_open(shfdtab *, const char *, unsigned );119 int shfile_open(shfdtab *, const char *, unsigned, mode_t); 119 120 int shfile_pipe(shfdtab *, int [2]); 120 121 int shfile_close(shfdtab *, unsigned); … … 129 130 int shfile_chdir(shfdtab *, const char *); 130 131 char *shfile_getcwd(shfdtab *, char *, int); 132 int shfile_access(shfdtab *, const char *, int); 131 133 int shfile_isatty(shfdtab *, int); 132 134 int shfile_ioctl(shfdtab *, int, unsigned long, void *); 133 int shfile_access(shfdtab *, const char *, int);134 135 #ifdef _MSC_VER 135 136 # define TIOCGWINSZ 0x4201 … … 144 145 typedef struct winsize sh_winsize; 145 146 #endif 147 mode_t shfile_get_umask(shfdtab *); 148 146 149 147 150 typedef struct sh_dirent
Note:
See TracChangeset
for help on using the changeset viewer.