mailing list of musl libc
 help / color / mirror / code / Atom feed
72322f811baac1ddabd424a0ddf804c4ff41170f blob 144 bytes (raw)

1
2
3
4
5
6
7
8
 
#define _GNU_SOURCE
#include <stdlib.h>
#include "libc.h"

char *secure_getenv(const char *name)
{
	return libc.secure ? NULL : getenv(name);
}
debug log:

solving 72322f81 ...
found 72322f81 in https://git.vuxu.org/mirror/musl/

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