Changeset 509 for trunk


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

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

Location:
trunk/kernel/syscalls
Files:
2 edited

Legend:

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

    r506 r509  
    230230        {
    231231
    232 #if DEBUG_SYCALLS_ERROR
     232#if DEBUG_SYSCALLS_ERROR
    233233printk("\n[ERROR] in %s : thread %x in process %x cannot access envs\n",
    234234__FUNCTION__ , this->trdid, pid );
  • 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.