]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
glob/glob64
authorRoland McGrath <roland@hack.frob.com>
Mon, 6 May 2013 23:14:29 +0000 (16:14 -0700)
committerRoland McGrath <roland@hack.frob.com>
Mon, 6 May 2013 23:14:29 +0000 (16:14 -0700)
sysdeps/nacl/glob.c [new file with mode: 0644]
sysdeps/nacl/glob64.c [new file with mode: 0644]

diff --git a/sysdeps/nacl/glob.c b/sysdeps/nacl/glob.c
new file mode 100644 (file)
index 0000000..147bc10
--- /dev/null
@@ -0,0 +1,6 @@
+/* XXX temporary? hack */
+#include <unistd.h>
+#define getlogin_r(name, len) (ENOSYS)
+
+/* Fetch the version that defines glob64 as an alias.  */
+#include <sysdeps/wordsize-64/glob.c>
diff --git a/sysdeps/nacl/glob64.c b/sysdeps/nacl/glob64.c
new file mode 100644 (file)
index 0000000..adca2d4
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/glob64.c>