diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:09:45 +0000 | 
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:09:45 +0000 | 
| commit | 238c128e9f21c02dee1309c0e3570170597d0628 (patch) | |
| tree | 382dc103de54d74578bccd43c673a37a3d6d26ca /libpthread/nptl/sysdeps/mips/nptl-syscall_error.S | |
| parent | b523e45854c261aa995dd96082b112885457d1a7 (diff) | |
| download | uClibc-alpine-238c128e9f21c02dee1309c0e3570170597d0628.tar.bz2 uClibc-alpine-238c128e9f21c02dee1309c0e3570170597d0628.tar.xz | |
Import assembly version of 'syscall_error' so that it can be a hidden function and NPTL can include as well.
Diffstat (limited to 'libpthread/nptl/sysdeps/mips/nptl-syscall_error.S')
| -rw-r--r-- | libpthread/nptl/sysdeps/mips/nptl-syscall_error.S | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/libpthread/nptl/sysdeps/mips/nptl-syscall_error.S b/libpthread/nptl/sysdeps/mips/nptl-syscall_error.S new file mode 100644 index 000000000..7a4a8d311 --- /dev/null +++ b/libpthread/nptl/sysdeps/mips/nptl-syscall_error.S @@ -0,0 +1,2 @@ +/* Pull in __syscall_error.  */ +#include <syscall_error.S> | 
