about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-10 10:52:25 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-10 10:52:25 +0000
commite7993f207c226a07125718de0feef8ac652c6696 (patch)
tree5d3cdf7911fd6ac9753ed1b9ebf1eefbce6e9e46 /include
parentc7614ee9c55e61e527bf1e39239faf278177f122 (diff)
downloadglibc-e7993f207c226a07125718de0feef8ac652c6696.tar.gz
glibc-e7993f207c226a07125718de0feef8ac652c6696.tar.xz
glibc-e7993f207c226a07125718de0feef8ac652c6696.zip
Update.
	* include/byteswap.h: New file.

	* malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
	.bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
Diffstat (limited to 'include')
-rw-r--r--include/byteswap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/byteswap.h b/include/byteswap.h
new file mode 100644
index 0000000000..44507de954
--- /dev/null
+++ b/include/byteswap.h
@@ -0,0 +1 @@
+#include <string/byteswap.h>