mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Update.
1999-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary if _FORCE_INLINES.
This commit is contained in:
parent
fabad36078
commit
73334e85fa
@ -1,3 +1,8 @@
|
|||||||
|
1999-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary
|
||||||
|
if _FORCE_INLINES.
|
||||||
|
|
||||||
1999-05-17 Ulrich Drepper <drepper@cygnus.com>
|
1999-05-17 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* elf/Makefile (distribute): Remove dl-origin.h.
|
* elf/Makefile (distribute): Remove dl-origin.h.
|
||||||
|
@ -446,7 +446,7 @@ __rawmemchr (const void *__s, int __c)
|
|||||||
: "cc");
|
: "cc");
|
||||||
return __res - 1;
|
return __res - 1;
|
||||||
}
|
}
|
||||||
#if defined __USE_GNU && !defined _FORCE_INLINES
|
# ifdef __USE_GNU
|
||||||
__STRING_INLINE void *
|
__STRING_INLINE void *
|
||||||
rawmemchr (const void *__s, int __c)
|
rawmemchr (const void *__s, int __c)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user