Changeset 921


Ignore:
Timestamp:
Jul 31, 2011, 10:18:19 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests/process/child: Added checking the stdin/out/err handle type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/process/child/child.c

    r919 r921  
    22#include <stdlib.h>
    33#include <fcntl.h>
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
    422
    523int main(int argc, char *argv[])
     
    927    char        buffer[4096];
    1028
    11 #ifdef __OS2__   
     29#ifdef __OS2__
    1230    _fsetmode(stdin, "b");
    1331    _fsetmode(stdout, "b");
     
    1533#endif
    1634
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
    1745    if( argc > 2 )
    1846    {
Note: See TracChangeset for help on using the changeset viewer.