Changeset d6cc453 in mainline for libc/include/io/stream.h
- Timestamp:
- 2006-06-02T19:22:08Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53daee3
- Parents:
- e87e18f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/io/stream.h
re87e18f rd6cc453 27 27 */ 28 28 29 #ifndef __libc_STREAM_H_ 30 #define __libc_STREAM_H_ 31 29 32 #include <libarch/types.h> 30 33 … … 39 42 fd_t open(const char *fname, int flags); 40 43 int get_fd_phone(int fd); 44 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.