Changeset d9c8c81 in mainline for uspace/lib/libc/generic/io/io.c
- Timestamp:
- 2009-06-08T13:42:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc27c8c5
- Parents:
- a68f737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/io.c
ra68f737 rd9c8c81 43 43 #include <vfs/vfs.h> 44 44 #include <ipc/devmap.h> 45 #include < libadt/list.h>45 #include <adt/list.h> 46 46 47 47 static FILE stdin_null = {
Note:
See TracChangeset
for help on using the changeset viewer.