Changeset 1c03c17 in mainline for uspace/lib/libc/include/stdio.h


Ignore:
Timestamp:
2008-06-06T23:16:37Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c05a50f
Parents:
b7b6753
Message:

uspace klog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/stdio.h

    rb7b6753 r1c03c17  
    5050        n = snprintf(buf, sizeof(buf), fmt, ##__VA_ARGS__); \
    5151        if (n > 0) \
    52                 (void) __SYSCALL3(SYS_IO, 1, (sysarg_t) buf, strlen(buf)); \
     52                (void) __SYSCALL3(SYS_KLOG, 1, (sysarg_t) buf, strlen(buf)); \
    5353}
    5454
Note: See TracChangeset for help on using the changeset viewer.