mailing list of musl libc
 help / color / mirror / code / Atom feed
1d51d963afe90a1f0437da440190d094a8806b51 blob 712 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
#include <utmpx.h>
#include <stddef.h>
#include "libc.h"

void endutxent(void)
{
}

void setutxent(void)
{
}

struct utmpx *getutxent(void)
{
	return NULL;
}

struct utmpx *getutxid(const struct utmpx *ut)
{
	return NULL;
}

struct utmpx *getutxline(const struct utmpx *ut)
{
	return NULL;
}

struct utmpx *pututxline(const struct utmpx *ut)
{
	return NULL;
}

void updwtmpx(const char *f, const struct utmpx *u)
{
}

void logwtmp(const char *l, const char *n, const char *h)
{
}

weak_alias(endutxent, endutent);
weak_alias(setutxent, setutent);
weak_alias(getutxent, getutent);
weak_alias(getutxid, getutid);
weak_alias(getutxline, getutline);
weak_alias(pututxline, pututline);
weak_alias(updwtmpx, updwtmp);
debug log:

solving 1d51d96 ...
found 1d51d96 in https://inbox.vuxu.org/musl/20120516072336.1254b70e@newbook/ ||
	https://inbox.vuxu.org/musl/20120520232651.4ed2d315@newbook/
found c483e4e in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c483e4ed1d65e2ed51b7dbdcd6d26617fc8cee68	src/stub/utmpx.c

applying [1/2] https://inbox.vuxu.org/musl/20120516072336.1254b70e@newbook/
diff --git a/src/stub/utmpx.c b/src/stub/utmpx.c
index c483e4e..1d51d96 100644

Checking patch src/stub/utmpx.c...
Applied patch src/stub/utmpx.c cleanly.

skipping https://inbox.vuxu.org/musl/20120520232651.4ed2d315@newbook/ for 1d51d96
index at:
100644 1d51d963afe90a1f0437da440190d094a8806b51	src/stub/utmpx.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).