From c79f09a9a3cfa50cd56c53bd2d3d1f57fe52d587 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 24 Nov 2011 19:22:59 +0100 Subject: nptl: add missing pt-tempname.c fix bd3c1a2495cbcb51b606f8e4892fcd127f91e645 forgotten file. Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/unix/sysv/linux/pt-tempname.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 libpthread/nptl/sysdeps/unix/sysv/linux/pt-tempname.c (limited to 'libpthread/nptl/sysdeps/unix/sysv') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/pt-tempname.c b/libpthread/nptl/sysdeps/unix/sysv/linux/pt-tempname.c new file mode 100644 index 000000000..bfb810290 --- /dev/null +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/pt-tempname.c @@ -0,0 +1 @@ +#include <../../../../../../libc/misc/internals/tempname.c> -- cgit v1.2.3