mailing list of musl libc
 help / color / mirror / code / Atom feed
fbacc516d10089c93e863f8ff92236263a6b14ed blob 75 bytes (raw)

1
2
3
4
5
6
7
 
#include <stdlib.h>

void free_sized (void *p, size_t size)
{
	free(p);
}

debug log:

solving fbacc516 ...
found fbacc516 in https://inbox.vuxu.org/musl/a0eed5b4ed038ca974a6530762180af13493740b.1685527375.git.Jens.Gustedt@inria.fr/

applying [1/1] https://inbox.vuxu.org/musl/a0eed5b4ed038ca974a6530762180af13493740b.1685527375.git.Jens.Gustedt@inria.fr/
diff --git a/src/malloc/free_sized.c b/src/malloc/free_sized.c
new file mode 100644
index 00000000..fbacc516

Checking patch src/malloc/free_sized.c...
1:13: new blank line at EOF.
+
Applied patch src/malloc/free_sized.c cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 fbacc516d10089c93e863f8ff92236263a6b14ed	src/malloc/free_sized.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).