diff options
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/gconv_conf.c | 2 | ||||
-rw-r--r-- | iconv/gconv_db.c | 2 | ||||
-rw-r--r-- | iconv/gconv_dl.c | 2 | ||||
-rw-r--r-- | iconv/gconv_int.h | 2 | ||||
-rw-r--r-- | iconv/gconv_trans.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 0ba4739c41..eadbb6b5c0 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -31,7 +31,7 @@ #include <unistd.h> #include <sys/param.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <gconv_int.h> diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c index ce46216c2b..4e6ec657e2 100644 --- a/iconv/gconv_db.c +++ b/iconv/gconv_db.c @@ -23,7 +23,7 @@ #include <stdlib.h> #include <string.h> #include <sys/param.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <locale/localeinfo.h> #include <dlfcn.h> diff --git a/iconv/gconv_dl.c b/iconv/gconv_dl.c index 77c9b26bd7..f8621c8872 100644 --- a/iconv/gconv_dl.c +++ b/iconv/gconv_dl.c @@ -23,7 +23,7 @@ #include <search.h> #include <stdlib.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <sys/param.h> #include <gconv_int.h> diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index 162c4844a3..46a140ef4f 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -23,7 +23,7 @@ #include <stdlib.h> /* For alloca used in macro below. */ #include <ctype.h> /* For __toupper_l used in macro below. */ #include <string.h> /* For strlen et al used in macro below. */ -#include <bits/libc-lock.h> +#include <libc-lock.h> __BEGIN_DECLS diff --git a/iconv/gconv_trans.c b/iconv/gconv_trans.c index 5d5d4d75a4..ea8081b125 100644 --- a/iconv/gconv_trans.c +++ b/iconv/gconv_trans.c @@ -24,7 +24,7 @@ #include <string.h> #include <stdlib.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include "gconv_int.h" #include "../locale/localeinfo.h" |