mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
man-generator: drop macro redefines
This commit is contained in:
parent
faf3cc8f71
commit
52e7270e23
@ -51,9 +51,6 @@ do { \
|
||||
printf(fmt "\n", ##args); \
|
||||
} while (0)
|
||||
|
||||
#define malloc malloc
|
||||
#define strdup strdup
|
||||
#define free free
|
||||
#define dm_snprintf snprintf
|
||||
|
||||
static int dm_strncpy(char *dest, const char *src, size_t n)
|
||||
|
Loading…
Reference in New Issue
Block a user