Changeset 1050
- Timestamp:
- Jan 25, 2004, 3:13:41 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/testcase/libc/posix/tst-spawn.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1049 r1050 228 228 /* We want to open the third file. */ 229 229 if (posix_spawn_file_actions_addopen (&actions, fd3, name3, 230 O_RDONLY , 0666) != 0)230 O_RDONLY | O_BINARY, 0666) != 0) 231 231 error (EXIT_FAILURE, errno, "posix_spawn_file_actions_addopen"); 232 232 /* We dup the second descriptor. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.