diff options
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/unix/log.c b/sysdep/unix/log.c index 92f12f1e..f3a66f8b 100644 --- a/sysdep/unix/log.c +++ b/sysdep/unix/log.c @@ -70,6 +70,8 @@ static char log_buffer[LOG_BUFFER_SIZE]; static char *log_buffer_pos; static int log_buffer_remains; +const char *log_buffer_ptr = log_buffer; + /** * log_reset - reset the log buffer |