- 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
- Location:
- libc
- Files:
-
- 2 edited
-
generic/async.c (modified) (2 diffs)
-
include/sys/time.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/async.c
r2408969 r86029498 286 286 287 287 assert(PS_connection); 288 289 if (usecs < 0) /* TODO: let it get through the ipc_call once */ 290 return 0; 288 291 289 292 futex_down(&async_futex); … … 656 659 connection_t *conn; 657 660 661 /* TODO: Let it go through the event read at least once */ 662 if (timeout < 0) 663 return ETIMEOUT; 664 658 665 futex_down(&async_futex); 659 666 if (msg->done) { -
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.
