mailing list of musl libc
 help / color / mirror / code / Atom feed
6d3c6e2db60c6d996c41b0cee2c99353225d7d7a blob 250 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#ifndef PROCFDNAME_H
#define PROCFDNAME_H

char *__procfdname_impl(char *, unsigned);

#define procfdbufsize sizeof "/proc/self/fd/0123456789" + (3 * (sizeof(int)-4))
#define procfdname(buf, fd) __procfdname_impl(buf + procfdbufsize - 1, fd)

#endif
debug log:

solving 6d3c6e2 ...
found 6d3c6e2 in https://inbox.vuxu.org/musl/alpine.LNX.2.20.1602211426390.21162@monopod.intra.ispras.ru/
found e69de29 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391	src/internal/procfdname.h

applying [1/1] https://inbox.vuxu.org/musl/alpine.LNX.2.20.1602211426390.21162@monopod.intra.ispras.ru/
diff --git a/src/internal/procfdname.h b/src/internal/procfdname.h
index e69de29..6d3c6e2 100644

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

index at:
100644 6d3c6e2db60c6d996c41b0cee2c99353225d7d7a	src/internal/procfdname.h

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).