Changeset 3435 for trunk/src/kash/redir.h
- Timestamp:
- Sep 2, 2020, 10:30:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/redir.h
r2424 r3435 38 38 #define REDIR_PUSH 01 /* save previous values of file descriptors */ 39 39 #define REDIR_BACKQ 02 /* save the command output in memory */ 40 #define REDIR_VFORK 04 /* running under vfork(2), be careful */40 //#define REDIR_VFORK 04 /* running under vfork(2), be careful */ 41 41 42 42 union node; … … 44 44 void popredir(struct shinstance *); 45 45 int fd0_redirected_p(struct shinstance *); 46 void clearredir(struct shinstance * , int);46 void clearredir(struct shinstance *); 47 47 int copyfd(struct shinstance *, int, int); 48 48 int movefd(struct shinstance *, int, int);
Note:
See TracChangeset
for help on using the changeset viewer.