Changeset afa6e74 in mainline for libc/generic/io/io.c


Ignore:
Timestamp:
2006-05-16T23:37:58Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04a73cdf
Parents:
6efe0ddf
Message:

Earliest version of Userspace Framebuffer driver, with stream support in libc.
Also Virtual framebuffers made as split on main fb and its usage by streams

(please test it and report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/io/io.c

    r6efe0ddf rafa6e74  
    9393        return EOF;
    9494}
    95 
     95/*
    9696ssize_t write(int fd, const void * buf, size_t count)
    9797{
    9898        return (ssize_t) __SYSCALL3(SYS_IO, (sysarg_t) fd, (sysarg_t) buf, (sysarg_t) count);
    99 }
     99}*/
    100100
    101101
     102
     103
Note: See TracChangeset for help on using the changeset viewer.