Subversion Repositories HelenOS-historic

Rev

Rev 1363 | Rev 1465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1363 Rev 1366
Line 90... Line 90...
90
            return c;
90
            return c;
91
    }
91
    }
92
   
92
   
93
    return EOF;
93
    return EOF;
94
}
94
}
95
/*
-
 
96
ssize_t write(int fd, const void * buf, size_t count)
-
 
97
{
-
 
98
    return (ssize_t) __SYSCALL3(SYS_IO, (sysarg_t) fd, (sysarg_t) buf, (sysarg_t) count);
-
 
99
}*/
-
 
100
 
-
 
101
 
-
 
102
 
-
 
103
 
-