Ignore:
Timestamp:
Sep 3, 2002, 8:17:46 PM (23 years ago)
Author:
umoeller
Message:

Minor adjustments for new static handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/threads.c

    r211 r222  
    8484 */
    8585
    86 static BOOL LockThreadInfos(VOID)
     86STATIC BOOL LockThreadInfos(VOID)
    8787{
    8888    APIRET arc = NO_ERROR;
     
    110110 */
    111111
    112 static VOID UnlockThreadInfos(VOID)
     112STATIC VOID UnlockThreadInfos(VOID)
    113113{
    114114    DosReleaseMutexSem(G_hmtxThreadInfos);
     
    126126 */
    127127
    128 static VOID _Optlink thr_fntGeneric(PVOID ptiMyself)
     128STATIC VOID _Optlink thr_fntGeneric(PVOID ptiMyself)
    129129{
    130130    PTHREADINFO pti = (PTHREADINFO)ptiMyself;
Note: See TracChangeset for help on using the changeset viewer.