Changeset 86029498 in mainline for libc/include/sys/time.h


Ignore:
Timestamp:
2006-06-02T21:53:26Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59ed572
Parents:
2408969
Message:

Small changes to tetris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/sys/time.h

    r2408969 r86029498  
    3434#define DST_NONE 0
    3535
    36 typedef sysarg_t time_t;
    37 typedef sysarg_t suseconds_t;
     36typedef long time_t;
     37typedef long suseconds_t;
    3838
    3939struct timeval {
Note: See TracChangeset for help on using the changeset viewer.