Changes in uspace/lib/c/include/io/log.h [5a6cc679:4805495] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/io/log.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/log.h
r5a6cc679 r4805495 32 32 */ 33 33 34 #ifndef LIBC_IO_LOG_H_35 #define LIBC_IO_LOG_H_34 #ifndef _LIBC_IO_LOG_H_ 35 #define _LIBC_IO_LOG_H_ 36 36 37 37 #include <stdarg.h> … … 60 60 61 61 extern void log_msg(log_t, log_level_t, const char *, ...) 62 PRINTF_ATTRIBUTE(3, 4);62 _HELENOS_PRINTF_ATTRIBUTE(3, 4); 63 63 extern void log_msgv(log_t, log_level_t, const char *, va_list); 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
