Changeset 1050


Ignore:
Timestamp:
Jan 25, 2004, 3:13:41 AM (22 years ago)
Author:
bird
Message:

working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/testcase/libc/posix/tst-spawn.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1049 r1050  
    228228   /* We want to open the third file.  */
    229229   if (posix_spawn_file_actions_addopen (&actions, fd3, name3,
    230                                          O_RDONLY, 0666) != 0)
     230                                         O_RDONLY | O_BINARY, 0666) != 0)
    231231     error (EXIT_FAILURE, errno, "posix_spawn_file_actions_addopen");
    232232   /* We dup the second descriptor.  */
Note: See TracChangeset for help on using the changeset viewer.