Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/printf/vprintf.c

    r90c8b8d r98000fb  
    4242#include <string.h>
    4343
    44 SPINLOCK_STATIC_INITIALIZE_NAME(printf_lock, "*printf_lock");
     44SPINLOCK_INITIALIZE(printf_lock);  /**< vprintf spinlock */
    4545
    4646static int vprintf_str_write(const char *str, size_t size, void *data)
Note: See TracChangeset for help on using the changeset viewer.