]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
<foo.h> -> <bits/foo.h>.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 01:37:20 +0000 (01:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 01:37:20 +0000 (01:37 +0000)
19 files changed:
sysdeps/alpha/w_sqrt.S
sysdeps/arm/__longjmp.S
sysdeps/arm/setjmp.S
sysdeps/standalone/close.c
sysdeps/standalone/filedesc.h
sysdeps/standalone/open.c
sysdeps/unix/bsd/m68k/sysdep.S
sysdeps/unix/bsd/osf/sys/mman.h
sysdeps/unix/bsd/ultrix4/sys/mman.h
sysdeps/unix/bsd/vax/sysdep.S
sysdeps/unix/mips/sysdep.S
sysdeps/unix/sysv/irix4/sys/mman.h
sysdeps/unix/sysv/linux/alpha/brk.S
sysdeps/unix/sysv/linux/alpha/clone.S
sysdeps/unix/sysv/linux/arm/clone.S
sysdeps/unix/sysv/linux/m68k/clone.S
sysdeps/unix/sysv/sco3.2.4/sysconf.S
sysdeps/unix/sysv/sysv4/i386/sysdep.h
sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.S

index cf5ae097fd92c2f657dc905949c5b83563d1b45c..32b06887d5966339b5f4254b460363f3cba551fe 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _IEEE_FP
 
 #define _ERRNO_H
-#include <errnos.h>
+#include <bits/errno.h>
 #include <sysdep.h>
 
        .set noreorder
index 5443761f0a56e841b743ba7a2271082a08d77cbf..b027103d605ccf0676158a5af6703d17a3018f27 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <sysdep.h>
 #define _ASM
-#include <jmp_buf.h>
+#include <bits/setjmp.h>
 
 /* __longjmp(jmpbuf, val) */
 
index 5891cb9dec0d4cbe4307202c400b494b254d9e47..8f99e4fcb430f36ace6529793cd4ba6d24f5ef18 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <sysdep.h>
 #define _ASM
-#include <jmp_buf.h>
+#include <bits/setjmp.h>
 
        /* Binary compatibility entry point.  */
 ENTRY (__setjmp)
index 7ef1a5f878083c8adcb47af0d1d40c26f6d2681e..2d92937ec1169241b9929225fcd9d98afff97acd 100644 (file)
@@ -22,7 +22,7 @@ Cambridge, MA 02139, USA.  */
 #include <errno.h>
 #include <unistd.h>
 
-#include <stdio_lim.h>
+#include <bits/stdio_lim.h>
 #include "filedesc.h"
 
 /* Close the file descriptor FD.  */
index bf3b6a9f0c924c15d02b4e784b52de504ec2f2b2..e4b8d6545ef44270ea57e69744a76ff31060cbd0 100644 (file)
@@ -27,7 +27,7 @@ Cambridge, MA 02139, USA.  */
 #ifndef __FILEDESC_h
 #define __FILEDESC_h
 
-#include <stdio_lim.h>
+#include <bits/stdio_lim.h>
 
 #ifndef __DECLARE_FILE_DESCRIPTORS__
 #define FILEDESC_EXTERN extern
index 87097d9cb0c53d90933529415f32d037d982f33c..b61b729ca6478b43c0aecad14364ae037ac87c8c 100644 (file)
@@ -25,7 +25,7 @@ Cambridge, MA 02139, USA.  */
 #include <stddef.h>
 
 #include <stdio.h>
-#include <stdio_lim.h>
+#include <bits/stdio_lim.h>
 #include <unistd.h>
 
 #define __DECLARE_FILE_DESCRIPTORS__
index cef8990eea30257b71f9d3c792a76af3e83669c4..1be2d5a23f251373bf6851b18234572c1aa14a67 100644 (file)
@@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #define _ERRNO_H
-#include <errnos.h>
+#include <bits/errno.h>
 
 .globl syscall_error
 syscall_error:
index 6dc3e4e0cffcdd477562790f4e929cda9a171716..72846195d2e06677e0d12809e5effd772a496f39 100644 (file)
@@ -22,7 +22,7 @@
 #define        _SYS_MMAN_H     1
 #include <features.h>
 
-#include <gnu/types.h>
+#include <bits/types.h>
 #define __need_size_t
 #include <stddef.h>
 
index 2d3c8fe2efbd75ad5762f85408de7dc48d02abce..989bf2175468ccedc7c2748a36abbf880733bf30 100644 (file)
@@ -22,7 +22,7 @@
 #define        _SYS_MMAN_H     1
 #include <features.h>
 
-#include <gnu/types.h>
+#include <bits/types.h>
 #define __need_size_t
 #include <stddef.h>
 
index 618d8897424ebeccef5eae0a43184c5c3914c02d..b5b76aaba51e2e289e93262c1a2009c253ea5021 100644 (file)
@@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #define _ERRNO_H
-#include <errnos.h>
+#include <bits/errno.h>
 
 .globl _errno
 .globl syscall_error
index f17ba4434140816bf28b25532a3058947de12dc3..1791801ec5e5e18e3f6d89b8e3a3d4181c3fe93f 100644 (file)
@@ -18,7 +18,7 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 #define _ERRNO_H
-#include <errnos.h>
+#include <bits/errno.h>
 
 /* .globl errno */
 .set noreorder
index 9ceca1fe9674d05de7f6bbc2bc57f6a6296541a1..f42a9f67aaf95e8177094c7f89e1827cd4abb0d1 100644 (file)
@@ -22,7 +22,7 @@
 #define        _SYS_MMAN_H     1
 #include <features.h>
 
-#include <gnu/types.h>
+#include <bits/types.h>
 #define __need_size_t
 #include <stddef.h>
 
index be0539b475d0752b6abc5e7f644dbb1cf2a85a17..6f994937d3bf234144986595d65ce8b424d27e6a 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <sysdep.h>
 #define _ERRNO_H
-#include <errnos.h>
+#include <bits/errno.h>
 
 #ifdef PIC
 .section .bss
index aab4e590a5501f79a8dc2b494d04bce55a6f9ad3..3f097fe068815509fb5945148f87bea0f1d43228 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <sysdep.h>
 #define _ERRNO_H       1
-#include <errnos.h>
+#include <bits/errno.h>
 
 /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg) */
 
index c7e7aed9c86799e7aa399a98124e14aaad7240df..8125ebff20804bf59317044e79ef54bd80f5bf38 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <sysdep.h>
 #define _ERRNO_H       1
-#include <errnos.h>
+#include <bits/errno.h>
 
 /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */
 
index ef9716d979e724943dc94b1ad5b7c5e8b29b6312..d553ab78c6431722fe494c7bba924b9122e42dd2 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <sysdep.h>
 #define _ERRNO_H       1
-#include <errnos.h>
+#include <bits/errno.h>
 
 /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */
 
index 631e5e977af5f2ed178b24fa364503c4cf8bce5b..44c89f2cf829f804e71fe4f42db2434d402ab3fa 100644 (file)
@@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
-#include <confname.h>
+#include <bits/confname.h>
 
 .globl __tzname_max
 ENTRY (__sysconf)
index 1e0cd69f74d0dc033b449a3c65c600c088749fdb..ad262e23dec022a1b56f060b7e32d0614748b0db 100644 (file)
@@ -24,7 +24,7 @@ Cambridge, MA 02139, USA.  */
 #ifndef _ERRNO_H
 #define _ERRNO_H
 #endif
-#include <errnos.h>
+#include <bits/errno.h>
 
 #undef PSEUDO
 #define        PSEUDO(name, syscall_name, args)                                      \
index da3cd6b8beac67353a83ddb509e735ec537d12d8..edefad0168756648328ac45c75ef7a038b7256e7 100644 (file)
@@ -18,7 +18,7 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 #define _ERRNO_H
-#include <errnos.h>
+#include <bits/errno.h>
 
 ENTRY(syscall_error)
        /* If it was a syscall that got interrupted, but can