Changeset 86029498 in mainline for libc/include/sys/time.h
- Timestamp:
- 2006-06-02T21:53:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 59ed572
- Parents:
- 2408969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/sys/time.h
r2408969 r86029498 34 34 #define DST_NONE 0 35 35 36 typedef sysarg_ttime_t;37 typedef sysarg_tsuseconds_t;36 typedef long time_t; 37 typedef long suseconds_t; 38 38 39 39 struct timeval {
Note:
See TracChangeset
for help on using the changeset viewer.