mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
This commit is contained in:
parent
dae3ee4698
commit
b1099b2fba
@ -80,7 +80,7 @@ char *realloc ();
|
|||||||
This is used in most programs--a few other programs avoid this
|
This is used in most programs--a few other programs avoid this
|
||||||
by defining INHIBIT_STRING_HEADER. */
|
by defining INHIBIT_STRING_HEADER. */
|
||||||
#ifndef INHIBIT_STRING_HEADER
|
#ifndef INHIBIT_STRING_HEADER
|
||||||
#if HAVE_STRING_H || STDC_HEADERS || defined (_LIBC)
|
#if defined (HAVE_STRING_H) || defined (STDC_HEADERS) || defined (_LIBC)
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifndef bcmp
|
#ifndef bcmp
|
||||||
#define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))
|
#define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))
|
||||||
|
Loading…
Reference in New Issue
Block a user