diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-22 05:57:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-22 05:57:50 +0000 |
commit | 17fb9c535b4e4fb35017a8478a8b274481e3d57e (patch) | |
tree | 408817b444900cc7ecf843067bb152bbf61c13ed /sysdeps/unix/alpha | |
parent | 571449c3d98028f2954f52792236f8d644c6bfea (diff) | |
download | glibc-17fb9c535b4e4fb35017a8478a8b274481e3d57e.zip glibc-17fb9c535b4e4fb35017a8478a8b274481e3d57e.tar.gz glibc-17fb9c535b4e4fb35017a8478a8b274481e3d57e.tar.bz2 |
[BZ #231]
Update.
2004-06-21 Jakub Jelinek <jakub@redhat.com>
[BZ #231]
* sysdeps/unix/alpha/Makefile: New file.
* sysdeps/unix/alpha/rt-sysdep.S: New file.
Reported by Jakub Bogusz <qboosh@pld-linux.org>.
Diffstat (limited to 'sysdeps/unix/alpha')
-rw-r--r-- | sysdeps/unix/alpha/rt-sysdep.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/alpha/rt-sysdep.S b/sysdeps/unix/alpha/rt-sysdep.S new file mode 100644 index 0000000..f966bf1 --- /dev/null +++ b/sysdeps/unix/alpha/rt-sysdep.S @@ -0,0 +1 @@ +#include <sysdep.S> |