Changeset 5973fd0 in mainline for uspace/lib/libc/include/dirent.h
- Timestamp:
- 2008-01-18T23:45:16Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae78b53
- Parents:
- 62da45a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/dirent.h
r62da45a r5973fd0 44 44 typedef struct { 45 45 int fd; 46 unsigned pos;47 46 struct dirent res; 48 47 } DIR;
Note:
See TracChangeset
for help on using the changeset viewer.