summaryrefslogtreecommitdiffhomepage
path: root/src/internal/mdso_dprintf_impl.h
blob: f77a0e470f102ab358b134ef8f0a267de8f8ae5a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MDSO_DPRINTF_IMPL_H
#define MDSO_DPRINTF_IMPL_H

#ifdef  ARGV_DRIVER
#define argv_dprintf mdso_dprintf
#endif

int mdso_dprintf(int fd, const char * fmt, ...);

#endif