Ignore:
Timestamp:
Aug 7, 2017, 12:50:17 PM (7 years ago)
Author:
alain
Message:

Introduce the delayed context switch if current thread has a lock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/string.c

    r323 r337  
    129129               const char * find)
    130130{
    131     char c, sc;
    132     size_t len;
     131    char     sc;
     132    char     c;
     133    uint32_t len;
    133134
    134135    if ((c = *find++) != 0) {
Note: See TracChangeset for help on using the changeset viewer.