diff options
author | Andreas Jaeger <aj@suse.de> | 2004-12-20 08:34:03 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-12-20 08:34:03 +0000 |
commit | 97a0830c65902e7f2b8c35193789e9acc7b151b0 (patch) | |
tree | c98e6610d6943b8f3922193705d1eae88c5d6b20 /sysdeps/unix | |
parent | 0dc6e4f9bea368651c7a90a4f1420358bdb878a3 (diff) | |
download | glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.tar.gz glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.tar.xz glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.zip |
[BZ #562]
2004-12-20 Jakub Jelinek <jakub@redhat.com>, Jim Gifford <giffordj@linkline.com> [BZ #562] * sysdeps/mips/Makefile (librt-sysdep_routines): Add. * sysdeps/unix/mips/rt-sysdep.S: New file.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/mips/rt-sysdep.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/mips/rt-sysdep.S b/sysdeps/unix/mips/rt-sysdep.S new file mode 100644 index 0000000000..f966bf1e59 --- /dev/null +++ b/sysdeps/unix/mips/rt-sysdep.S @@ -0,0 +1 @@ +#include <sysdep.S> |