diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/efgcvt.c | 2 | ||||
-rw-r--r-- | misc/error.c | 2 | ||||
-rw-r--r-- | misc/fstab.c | 2 | ||||
-rw-r--r-- | misc/getpass.c | 2 | ||||
-rw-r--r-- | misc/mntent.c | 2 | ||||
-rw-r--r-- | misc/syslog.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/misc/efgcvt.c b/misc/efgcvt.c index 7c7939192b..05a4253ac2 100644 --- a/misc/efgcvt.c +++ b/misc/efgcvt.c @@ -21,7 +21,7 @@ #include <stdlib.h> #include <sys/param.h> #include <float.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <math_ldbl_opt.h> #ifndef FLOAT_TYPE diff --git a/misc/error.c b/misc/error.c index aaa120d5ab..aa3054d9ee 100644 --- a/misc/error.c +++ b/misc/error.c @@ -85,7 +85,7 @@ extern void __error_at_line (int status, int errnum, const char *file_name, # undef putc # define putc(c, fp) _IO_putc (c, fp) -# include <bits/libc-lock.h> +# include <libc-lock.h> #else /* not _LIBC */ diff --git a/misc/fstab.c b/misc/fstab.c index 2d2e93216e..97c62feb5d 100644 --- a/misc/fstab.c +++ b/misc/fstab.c @@ -20,7 +20,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #define BUFFER_SIZE 0x1fc0 diff --git a/misc/getpass.c b/misc/getpass.c index dcaff3855c..78fe8f2b53 100644 --- a/misc/getpass.c +++ b/misc/getpass.c @@ -24,7 +24,7 @@ #include <wchar.h> #define flockfile(s) _IO_flockfile (s) #define funlockfile(s) _IO_funlockfile (s) -#include <bits/libc-lock.h> +#include <libc-lock.h> /* It is desirable to use this bit on systems that have it. The only bit of terminal state we want to twiddle is echoing, which is diff --git a/misc/mntent.c b/misc/mntent.c index 7dedc62387..e372b9fa58 100644 --- a/misc/mntent.c +++ b/misc/mntent.c @@ -18,7 +18,7 @@ #include <mntent.h> #include <stdlib.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> /* We don't want to allocate the static buffer all the time since it is not always used (in fact, rather infrequently). Accept the diff --git a/misc/syslog.c b/misc/syslog.c index 9dd4cde18c..034e2c86f3 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)syslog.c 8.4 (Berkeley) 3/18/94"; #include <time.h> #include <unistd.h> #include <stdlib.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <signal.h> #include <locale.h> |