Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/log.h

    r5a6cc679 r4805495  
    3232 */
    3333
    34 #ifndef LIBC_IO_LOG_H_
    35 #define LIBC_IO_LOG_H_
     34#ifndef _LIBC_IO_LOG_H_
     35#define _LIBC_IO_LOG_H_
    3636
    3737#include <stdarg.h>
     
    6060
    6161extern void log_msg(log_t, log_level_t, const char *, ...)
    62     PRINTF_ATTRIBUTE(3, 4);
     62    _HELENOS_PRINTF_ATTRIBUTE(3, 4);
    6363extern void log_msgv(log_t, log_level_t, const char *, va_list);
    6464
Note: See TracChangeset for help on using the changeset viewer.