Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1865 → Rev 1866

/trunk/uspace/libc/generic/io/stream.c
33,7 → 33,6
/** @file
*/
 
 
#include <io/io.h>
#include <io/stream.h>
#include <string.h>
88,7 → 87,6
return count;
}
 
 
static stream_t open_stdin(void)
{
stream_t stream;
130,7 → 128,6
return count;
}
 
 
fd_t open(const char *fname, int flags)
{
int c = 0;
190,6 → 187,5
return streams[fd].phone;
}
 
 
/** @}
*/