Changeset 476 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/10/08 19:15:29 (4 months ago)
Author:
mwhitworth
Message:

Export current as a symbol.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/kernel/sched.c

    r416 r476  
    4848struct Process* current,*prev; 
    4949int nrRunning; /* nrRunning is the number of threads running */ 
     50 
     51SYMBOL_EXPORT(current); 
    5052 
    5153/* Deal with pids better */