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

1
2
3
4
5
6
7
8
9
 
char *__procfdname_impl(char *buf, unsigned fd)
{
	*buf = 0;
	do *--buf = '0' + fd % 10;
	while (fd /= 10);
	for (int i = 13; i >= 0; i--)
		*--buf = "/proc/self/fd/"[i];
	return buf;
}
debug log:

solving cfb3f90 ...
found cfb3f90 in https://inbox.vuxu.org/musl/alpine.LNX.2.20.1602211426390.21162@monopod.intra.ispras.ru/
found 697e0bd in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 697e0bdc2e1f6a2ae212f70a5915b99cc35d1dfd	src/internal/procfdname.c

applying [1/1] https://inbox.vuxu.org/musl/alpine.LNX.2.20.1602211426390.21162@monopod.intra.ispras.ru/
diff --git a/src/internal/procfdname.c b/src/internal/procfdname.c
index 697e0bd..cfb3f90 100644

Checking patch src/internal/procfdname.c...
Applied patch src/internal/procfdname.c cleanly.

index at:
100644 cfb3f90132de523bd7ce55c1d84f438840991049	src/internal/procfdname.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).