about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/sys
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-03-26 19:45:43 +0000
committerAndreas Jaeger <aj@suse.de>2002-03-26 19:45:43 +0000
commit49f8b030aa37dc37fc5d9a3ce1ba0297ddc082ff (patch)
treebf6a6d08a25fbe8fd8e642f35ab0d1bdddf447dd /sysdeps/unix/sysv/linux/x86_64/sys
parent79468ba882bb055553a12f49a33a907a858acb63 (diff)
downloadglibc-49f8b030aa37dc37fc5d9a3ce1ba0297ddc082ff.tar.gz
glibc-49f8b030aa37dc37fc5d9a3ce1ba0297ddc082ff.tar.xz
glibc-49f8b030aa37dc37fc5d9a3ce1ba0297ddc082ff.zip
Update.
	* sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
	read and write accesses as detailed as possible.
	(__memcpy_by2): Likewise.
	(__memcpy_g): Likewise.
	(memmove): Likewise.
	(memcmp): Likewise.
	(__memset_ccn_by4): Likewise.
	(__memset_ccn_by2): Likewise.
	(__memset_gcn_by4): Likewise.
	(__memset_gcn_by2): Likewise.
	(memchr): Likewise.
	(__memrchr): Likewise.
	(rawmemchr): Likewise.
	(__strlen_g): Likewise.
	(__strcpy_g): Likewise.
	(__mempcpy_by4): Likewise.
	(__mempcpy_by2): Likewise.
	(__mempcpy_byn): Likewise.
	(__stpcpy_g): Likewise.
	(__strncpy_by4): Likewise.
	(__strncpy_by2): Likewise.
	(__strncpy_byn): Likewise.
	(__strncpy_gg): Likewise.
	(__strcat_c): Likewise.
	(__strcat_g): Likewise.
	(__strncat_g): Likewise.
	(__strcmp_gg): Likewise.
	(__strncmp_g): Likewise.
	(__strchr_c): Likewise.
	(__strchr_g): Likewise.
	(__strchrnul_c): Likewise.
	(__strchrnul_g): Likewise.
	(__strrchr_c): Likewise.
	(__strrchr_g): Likewise.
	(__strrchr_c): Likewise.
	(__strrchr_g): Likewise.
	(__strcspn_c1): Likewise.
	(__strcspn_cg): Likewise.
	(__strcspn_g): Likewise.
	(__strcspn_g): Likewise.
	(__strspn_c1): Likewise.
	(__strspn_cg): Likewise.
	(__strspn_g): Likewise.
	(__strspn_g): Likewise.
	(__strpbrk_cg): Likewise.
	(__strpbrk_g): Likewise.
	(__strstr_cg): Likewise.
	(__strstr_g): Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/sys')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/sys/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/sys/reg.h b/sysdeps/unix/sysv/linux/x86_64/sys/reg.h
index 5d3df0eb21..acb71a2bc5 100644
--- a/sysdeps/unix/sysv/linux/x86_64/sys/reg.h
+++ b/sysdeps/unix/sysv/linux/x86_64/sys/reg.h
@@ -74,6 +74,6 @@
 # define EFL 14
 # define UESP 15
 # define SS   16
-endif
+#endif
 
 #endif