diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-24 19:22:59 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-24 19:22:59 +0100 |
commit | c79f09a9a3cfa50cd56c53bd2d3d1f57fe52d587 (patch) | |
tree | a744ad9558df258e96f980d4a030928d90eb062d /libpthread/nptl/sysdeps/unix/sysv | |
parent | 1b6c5c4f32f13cc8f26d38a6159a958a7a9d29b2 (diff) |
nptl: add missing pt-tempname.c
fix bd3c1a2495cbcb51b606f8e4892fcd127f91e645 forgotten file.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/pt-tempname.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |