aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-09 20:41:47 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-09 20:41:47 +0000
commitff44f2a57a9442d86e7c40975a3cd45a3ff7de72 (patch)
tree9b36da44c2d9975cafc72379705cd4c2ee0cb390 /sysdeps/i386
parent834e195429b277d519fae256284c535dc2315c9b (diff)
downloadglibc-ff44f2a57a9442d86e7c40975a3cd45a3ff7de72.zip
glibc-ff44f2a57a9442d86e7c40975a3cd45a3ff7de72.tar.gz
glibc-ff44f2a57a9442d86e7c40975a3cd45a3ff7de72.tar.bz2
Update.
1998-04-09 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/i486/bits/string.h: Remove unused variables. * misc/syslog.c (closelog_internal): Set LogTag to NULL.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/i486/bits/string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/i386/i486/bits/string.h b/sysdeps/i386/i486/bits/string.h
index 2cbac10..3bd8f89 100644
--- a/sysdeps/i386/i486/bits/string.h
+++ b/sysdeps/i386/i486/bits/string.h
@@ -1202,7 +1202,6 @@ __strcspn_g (__const char *__s, __const char *__reject)
{
register unsigned long int __d0, __d1, __d2;
register __const char *__res;
- int __mem;
__asm__ __volatile__
("pushl %%ebx\n\t"
"movl %4,%%edi\n\t"
@@ -1311,7 +1310,6 @@ __strspn_g (__const char *__s, __const char *__accept)
{
register unsigned long int __d0, __d1, __d2;
register __const char *__res;
- int __mem;
__asm__ __volatile__
("pushl %%ebx\n\t"
"cld\n\t"
@@ -1404,7 +1402,6 @@ __strpbrk_g (__const char *__s, __const char *__accept)
{
register unsigned long int __d0, __d1, __d2;
register char *__res;
- int __mem;
__asm__ __volatile__
("pushl %%ebx\n\t"
"movl %%edx,%%edi\n\t"
@@ -1508,7 +1505,6 @@ __strstr_g (__const char *__haystack, __const char *__needle)
{
register unsigned long int __d0, __d1, __d2;
register char *__res;
- int __mem;
__asm__ __volatile__
("cld\n\t"
"repne; scasb\n\t"