summaryrefslogtreecommitdiff
path: root/sysdeps/mips/elf
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-02-06 22:48:35 +0000
committerAndreas Jaeger <aj@suse.de>2002-02-06 22:48:35 +0000
commita07954fa0105ea60442605db0f396e4f42c34615 (patch)
treeb0794bd08f3fa42801f29caa06429edf1012c070 /sysdeps/mips/elf
parent0796ef157c7f6c90a08228a32cb681c19b2b2e11 (diff)
Make sure the right <ldsodefs.h> is included.
Diffstat (limited to 'sysdeps/mips/elf')
-rw-r--r--sysdeps/mips/elf/ldsodefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mips/elf/ldsodefs.h b/sysdeps/mips/elf/ldsodefs.h
index 4054391814..cabc51d796 100644
--- a/sysdeps/mips/elf/ldsodefs.h
+++ b/sysdeps/mips/elf/ldsodefs.h
@@ -1,5 +1,5 @@
/* Run-time dynamic linker data structures for loaded ELF shared objects.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,4 +22,4 @@
#define DL_RO_DYN_SECTION 1
-#include <sysdeps/generic/ldsodefs.h>
+#include_next <ldsodefs.h>