Ignore:
Timestamp:
Sep 5, 2004, 11:15:44 PM (21 years ago)
Author:
bird
Message:

bugfixing.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1458 r1459  
    500500int     __libc_spmSocketDeref(int iSocket);
    501501
     502/**
     503 * Checks the SPM memory for trouble.
     504 *
     505 * @returns 0 on perfect state.
     506 * @returns -1 and errno on mutex failure.
     507 * @returns Number of failures if SPM is broken.
     508 * @param   fBreakpoint Raise breakpoint exception if a problem is encountered.
     509 * @param   fVerbose    Log everything.
     510 */
     511int     __libc_SpmCheck(int fBreakpoint, int fVerbose);
     512
    502513__END_DECLS
    503514
Note: See TracChangeset for help on using the changeset viewer.