From: Roland McGrath Date: Mon, 6 May 2013 23:14:29 +0000 (-0700) Subject: glob/glob64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470984353c80445e12c6a0a16eb040d0b378600f;p=thirdparty%2Fglibc.git glob/glob64 --- diff --git a/sysdeps/nacl/glob.c b/sysdeps/nacl/glob.c new file mode 100644 index 00000000000..147bc101326 --- /dev/null +++ b/sysdeps/nacl/glob.c @@ -0,0 +1,6 @@ +/* XXX temporary? hack */ +#include +#define getlogin_r(name, len) (ENOSYS) + +/* Fetch the version that defines glob64 as an alias. */ +#include diff --git a/sysdeps/nacl/glob64.c b/sysdeps/nacl/glob64.c new file mode 100644 index 00000000000..adca2d4a49e --- /dev/null +++ b/sysdeps/nacl/glob64.c @@ -0,0 +1 @@ +#include