Changeset 04552a80 in mainline for libc/include/io/stream.h


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/include/io/stream.h

    r04a73cdf r04552a80  
    77
    88
    9 typedef ssize_t (*pwritefn_t)(void *,const void *,size_t);
     9typedef ssize_t (*pwritefn_t)(void *, const void *, size_t);
    1010typedef ssize_t (*preadfn_t)(void);
    1111
    12 fd_t open(const char *fname,int flags);
    13 
    14 
    15 
    16 
     12fd_t open(const char *fname, int flags);
Note: See TracChangeset for help on using the changeset viewer.