summaryrefslogtreecommitdiffhomepage
path: root/src/internal/mdso_dprintf_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-26 14:18:11 +0000
committermidipix <writeonce@midipix.org>2018-07-14 20:29:21 -0400
commit419b74a393e084299c240b6f76b34ab362548dfe (patch)
tree52c812da1471815b46e94d4c909c9739440f99f8 /src/internal/mdso_dprintf_impl.h
parent6b4bf589f338325a0b6dc8f07029982fbc23f5e9 (diff)
downloadmdso-419b74a393e084299c240b6f76b34ab362548dfe.tar.bz2
mdso-419b74a393e084299c240b6f76b34ab362548dfe.tar.xz
internals: added mdso_dprintf(), a signal-resilient dprintf implementation.
Diffstat (limited to 'src/internal/mdso_dprintf_impl.h')
-rw-r--r--src/internal/mdso_dprintf_impl.h6
1 files changed, 6 insertions, 0 deletions
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