Ignore:
Timestamp:
Aug 25, 2018, 6:30:39 PM (6 years ago)
Author:
viala@…
Message:

[syscalls] Typo in macro invocations found with -Wundef.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_stat.c

    r506 r509  
    5353        {
    5454
    55 #if DEBUG_SYCALL_ERROR
     55#if DEBUG_SYSCALLS_ERROR
    5656printk("\n[ERROR] in %s : stat structure unmapped %x / thread %x / process %x\n",
    5757__FUNCTION__ , (intptr_t)u_stat , this->trdid , process->pid );
Note: See TracChangeset for help on using the changeset viewer.