Ignore:
Timestamp:
May 8, 2005, 2:11:22 PM (20 years ago)
Author:
bird
Message:

Ported the BSD SysV Semaphore module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/FastInfoBlocks.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1983 r1984  
    130130 * System stuff
    131131 */
     132/** Get the current millisecond counter value. */
    132133#define fibGetMsCount()         (__libc_GpFIBGIS->SIS_MsCount)
     134/** Get the Unix timestamp (seconds). */
     135#define fibGetUnixSeconds()     (__libc_GpFIBGIS->SIS_BigTime)
    133136
    134137
Note: See TracChangeset for help on using the changeset viewer.