From 419b74a393e084299c240b6f76b34ab362548dfe Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 26 Jun 2018 14:18:11 +0000 Subject: internals: added mdso_dprintf(), a signal-resilient dprintf implementation. --- src/internal/mdso_dprintf_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/internal/mdso_dprintf_impl.h (limited to 'src/internal/mdso_dprintf_impl.h') diff --git a/src/internal/mdso_dprintf_impl.h b/src/internal/mdso_dprintf_impl.h new file mode 100644 index 0000000..0b3b079 --- /dev/null +++ b/src/internal/mdso_dprintf_impl.h @@ -0,0 +1,6 @@ +#ifndef MDSO_DPRINTF_IMPL_H +#define MDSO_DPRINTF_IMPL_H + +int mdso_dprintf(int fd, const char * fmt, ...); + +#endif -- cgit v1.2.3