blob: 542491235572579374d0e93323bd22e9bdfa49ed [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <zircon/sanitizer.h>
#include "dynlink.h"
void __sanitizer_log_write(const char *buffer, size_t len) {
_dl_log_unlogged();
_dl_log_write(buffer, len);
}