From 6088476d902b8bcbf688ce7cb6055a4c47c2d0b7 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 26 Jun 2018 14:36:26 +0000 Subject: driver: argv usage and error output: use the signal-resilient slbt_dprintf(). --- src/internal/slibtool_dprintf_impl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/internal/slibtool_dprintf_impl.h') diff --git a/src/internal/slibtool_dprintf_impl.h b/src/internal/slibtool_dprintf_impl.h index b223f8a..c99c4b1 100644 --- a/src/internal/slibtool_dprintf_impl.h +++ b/src/internal/slibtool_dprintf_impl.h @@ -1,6 +1,10 @@ #ifndef SLIBTOOL_DPRINTF_IMPL_H #define SLIBTOOL_DPRINTF_IMPL_H +#ifdef ARGV_DRIVER +#define argv_dprintf slbt_dprintf +#endif + int slbt_dprintf(int fd, const char * fmt, ...); #endif -- cgit v1.2.3