summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-08-16 19:48:07 +0000
committerUlrich Drepper <drepper@redhat.com>1997-08-16 19:48:07 +0000
commitca9af6c7397b9dcb95ae80ad6a7a43a8b3444f1c (patch)
treeb8e0fcc844f668f8a87ffeb4f40bcaa4531bd5d3
parent4397bc8b7063b3115b1cf0adc8f1c395832d35fa (diff)
Include <gnu/types.h>, not <bits/types.h>.
-rw-r--r--sysdeps/generic/_G_config.h2
-rw-r--r--sysdeps/unix/sysv/linux/_G_config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h
index 84a552b41e..b2adcc0e8a 100644
--- a/sysdeps/generic/_G_config.h
+++ b/sysdeps/generic/_G_config.h
@@ -6,7 +6,7 @@
/* Define types for libio in terms of the standard internal type names. */
-#include <bits/types.h>
+#include <gnu/types.h>
#define __need_size_t
#define __need_wint_t
#include <stddef.h>
diff --git a/sysdeps/unix/sysv/linux/_G_config.h b/sysdeps/unix/sysv/linux/_G_config.h
index 8dc9221519..a3e6e3db2f 100644
--- a/sysdeps/unix/sysv/linux/_G_config.h
+++ b/sysdeps/unix/sysv/linux/_G_config.h
@@ -6,7 +6,7 @@
/* Define types for libio in terms of the standard internal type names. */
-#include <bits/types.h>
+#include <gnu/types.h>
#define __need_size_t
#define __need_wint_t
#include <stddef.h>