about summary refs log tree commit diff
path: root/sysdeps/i386/memusage.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-20 06:36:03 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-20 06:36:03 +0000
commite5874a42333f64ccbd6fde6f0c1fe4a2a5279a4a (patch)
tree1b2b891a74e104e765784bbecb12f0e27c5d6db0 /sysdeps/i386/memusage.h
parentfa4a5fe7bd0b42e09f63262ac30d957028477167 (diff)
downloadglibc-e5874a42333f64ccbd6fde6f0c1fe4a2a5279a4a.tar.gz
glibc-e5874a42333f64ccbd6fde6f0c1fe4a2a5279a4a.tar.xz
glibc-e5874a42333f64ccbd6fde6f0c1fe4a2a5279a4a.zip
Update for memprof->memusage renaming.
Diffstat (limited to 'sysdeps/i386/memusage.h')
-rw-r--r--sysdeps/i386/memusage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/memusage.h b/sysdeps/i386/memusage.h
index c1b047f556..2ad4e9080f 100644
--- a/sysdeps/i386/memusage.h
+++ b/sysdeps/i386/memusage.h
@@ -19,4 +19,4 @@
 #define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
 #define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
 
-#include <sysdeps/generic/memprof.h>
+#include <sysdeps/generic/memusage.h>