Changeset 04552a80 in mainline for libc/generic/io/io.c


Ignore:
Timestamp:
2006-05-17T20:51:08Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f9823
Parents:
04a73cdf
Message:

code cleanup (somebody should read the coding style guide)
remove DONT_OPEN_STDIO (this has to be done in a different way, ppc32 linker segfaults on initiating extern variable)
remove deprecated libipc stuff

File:
1 edited

Legend:

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

    r04a73cdf r04552a80  
    9393        return EOF;
    9494}
    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 
Note: See TracChangeset for help on using the changeset viewer.