From 0c19d693bfe1dd3071c71d9d95f68c0db5cc75d0 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sat, 11 Jan 2025 19:39:53 -0600 Subject: Fix genpassword function, delete buggy (v)asprintf implementation(s) --- src/shared.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/shared.h') diff --git a/src/shared.h b/src/shared.h index 5894b41..620ec82 100644 --- a/src/shared.h +++ b/src/shared.h @@ -17,9 +17,4 @@ void* xcalloc(size_t nmemb, size_t size); // `reallocarray()` with error checking. Calls `error()` or `abort()` on error, depending on the value of `___VXGG___XALLOC_EXIT_ON_ERROR___` void* xreallocarray(void *ptr, size_t nmemb, size_t size); -#if !defined _GNU_SOURCE -int vasprintf(char **str, const char *format, va_list ap); -int asprintf(char **str, const char *format, ...); -#endif - #endif \ No newline at end of file -- cgit v1.2.3