Changeset 448 for trunk


Ignore:
Timestamp:
Jun 20, 2018, 4:10:13 PM (6 years ago)
Author:
alain
Message:

remove parasitic file <shared_syscalls.h> in directory <syscalls>

Location:
trunk/kernel/syscalls
Files:
1 deleted
1 edited

Legend:

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

    r446 r448  
    6868#if (DEBUG_SYS_KILL & 1)
    6969if( DEBUG_SYS_KILL < tm_start )
    70 printk("\n[DBG] %s : thread %x found process %x in cluster %x\n",
     70printk("\n[DBG] %s : thread %x get owner process %x in cluster %x\n",
    7171__FUNCTION__ , this, owner_ptr, owner_cxy );
    7272#endif
Note: See TracChangeset for help on using the changeset viewer.