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

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

wint_t getwchar_unlocked(void)
{
	return fgetwc_unlocked(stdin);
}
debug log:

solving 1d00567 ...
found 1d00567 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/getwchar_unlocked.c b/src/stdio/getwchar_unlocked.c
new file mode 100644
index 0000000..1d00567

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

index at:
100644 1d00567c01dad20690c4f69e69222683723e8ed5	src/stdio/getwchar_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).