aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/hp
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-06 01:34:06 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-06 01:34:06 +0000
commit521d1bc7f4e98beee498a839d8d72875fcd394d5 (patch)
treea2414601b28618a6f1f73f199d383ee1e3b3639b /sysdeps/unix/bsd/hp
parent2b0a7e122e9100432c4bd1cd46543e46c4ea6fc0 (diff)
downloadglibc-521d1bc7f4e98beee498a839d8d72875fcd394d5.tar
glibc-521d1bc7f4e98beee498a839d8d72875fcd394d5.tar.gz
glibc-521d1bc7f4e98beee498a839d8d72875fcd394d5.tar.bz2
glibc-521d1bc7f4e98beee498a839d8d72875fcd394d5.zip
brk implementation for dynamic linker.
Diffstat (limited to 'sysdeps/unix/bsd/hp')
-rw-r--r--sysdeps/unix/bsd/hp/m68k/dl-brk.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/bsd/hp/m68k/dl-brk.S b/sysdeps/unix/bsd/hp/m68k/dl-brk.S
new file mode 100644
index 0000000000..eeb96544e3
--- /dev/null
+++ b/sysdeps/unix/bsd/hp/m68k/dl-brk.S
@@ -0,0 +1 @@
+#include <brk.S>