summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_dprintf_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-26 14:18:11 +0000
committermidipix <writeonce@midipix.org>2018-06-27 07:30:01 -0400
commit5cc5f58e9585ec3e0455fbc54a227715144f91ae (patch)
tree23ec073fd95971cd50d95d7466fbaa37cb1088c2 /src/internal/slibtool_dprintf_impl.h
parent93f9e46057e3ea47fccec38ae9d5eeb46a54fef0 (diff)
downloadslibtool-5cc5f58e9585ec3e0455fbc54a227715144f91ae.tar.bz2
slibtool-5cc5f58e9585ec3e0455fbc54a227715144f91ae.tar.xz
internals: added slbt_dprintf(), a signal-resilient dprintf implementation.
Diffstat (limited to 'src/internal/slibtool_dprintf_impl.h')
-rw-r--r--src/internal/slibtool_dprintf_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_dprintf_impl.h b/src/internal/slibtool_dprintf_impl.h
new file mode 100644
index 0000000..b223f8a
--- /dev/null
+++ b/src/internal/slibtool_dprintf_impl.h
@@ -0,0 +1,6 @@
+#ifndef SLIBTOOL_DPRINTF_IMPL_H
+#define SLIBTOOL_DPRINTF_IMPL_H
+
+int slbt_dprintf(int fd, const char * fmt, ...);
+
+#endif