mailing list of musl libc
 help / color / mirror / code / Atom feed
6817f9e1ce2adda3b7335d0227e388c29477b2ea blob 140 bytes (raw)

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

wint_t putwchar_unlocked(wchar_t c)
{
	return fputwc_unlocked(c, stdout);
}
debug log:

solving 6817f9e ...
found 6817f9e in https://inbox.vuxu.org/musl/20160906210939.32637-2-dsabogalcc@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20160906210939.32637-2-dsabogalcc@gmail.com/
diff --git a/src/stdio/putwchar_unlocked.c b/src/stdio/putwchar_unlocked.c
new file mode 100644
index 0000000..6817f9e

Checking patch src/stdio/putwchar_unlocked.c...
Applied patch src/stdio/putwchar_unlocked.c cleanly.

index at:
100644 6817f9e1ce2adda3b7335d0227e388c29477b2ea	src/stdio/putwchar_unlocked.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).