aboutsummaryrefslogtreecommitdiff
path: root/include/bits
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-06-08 15:39:03 -0400
committerZack Weinberg <zackw@panix.com>2017-06-08 15:39:03 -0400
commit5046dbb4a7eba5eccfd258f92f4735c9ffc8d069 (patch)
tree4470480d904b65cf14ca524f96f79eca818c3eaf /include/bits
parent199fc19d3aaaf57944ef036e15904febe877fc93 (diff)
downloadglibc-zack/build-layout-experiment.tar
glibc-zack/build-layout-experiment.tar.gz
glibc-zack/build-layout-experiment.tar.bz2
glibc-zack/build-layout-experiment.zip
Prepare for radical source tree reorganization.zack/build-layout-experiment
All top-level files and directories are moved into a temporary storage directory, REORG.TODO, except for files that will certainly still exist in their current form at top level when we're done (COPYING, COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which are moved to the new directory OldChangeLogs, instead), and the generated file INSTALL (which is just deleted; in the new order, there will be no generated files checked into version control).
Diffstat (limited to 'include/bits')
-rw-r--r--include/bits/cmathcalls.h1
-rw-r--r--include/bits/dlfcn.h5
-rw-r--r--include/bits/error.h1
-rw-r--r--include/bits/fcntl2.h1
-rw-r--r--include/bits/getopt_core.h1
-rw-r--r--include/bits/getopt_ext.h1
-rw-r--r--include/bits/getopt_posix.h1
-rw-r--r--include/bits/locale.h1
-rw-r--r--include/bits/mathcalls-helper-functions.h1
-rw-r--r--include/bits/mathcalls.h1
-rw-r--r--include/bits/poll2.h1
-rw-r--r--include/bits/posix1_lim.h1
-rw-r--r--include/bits/posix2_lim.h1
-rw-r--r--include/bits/select2.h1
-rw-r--r--include/bits/setjmp2.h1
-rw-r--r--include/bits/socket2.h1
-rw-r--r--include/bits/stab.def1
-rw-r--r--include/bits/stdlib-float.h8
-rw-r--r--include/bits/stdlib.h1
-rw-r--r--include/bits/string2.h1
-rw-r--r--include/bits/string3.h1
-rw-r--r--include/bits/strings_fortified.h1
-rw-r--r--include/bits/syslog.h1
-rw-r--r--include/bits/types.h1
-rw-r--r--include/bits/types/FILE.h1
-rw-r--r--include/bits/types/__FILE.h1
-rw-r--r--include/bits/types/__mbstate_t.h1
-rw-r--r--include/bits/types/clock_t.h1
-rw-r--r--include/bits/types/clockid_t.h1
-rw-r--r--include/bits/types/mbstate_t.h1
-rw-r--r--include/bits/types/res_state.h1
-rw-r--r--include/bits/types/sig_atomic_t.h1
-rw-r--r--include/bits/types/sigset_t.h1
-rw-r--r--include/bits/types/sigval_t.h1
-rw-r--r--include/bits/types/struct_iovec.h1
-rw-r--r--include/bits/types/struct_itimerspec.h1
-rw-r--r--include/bits/types/struct_osockaddr.h1
-rw-r--r--include/bits/types/struct_sigstack.h1
-rw-r--r--include/bits/types/struct_timespec.h1
-rw-r--r--include/bits/types/struct_timeval.h1
-rw-r--r--include/bits/types/struct_tm.h1
-rw-r--r--include/bits/types/time_t.h1
-rw-r--r--include/bits/types/timer_t.h1
-rw-r--r--include/bits/types/wint_t.h1
-rw-r--r--include/bits/unistd.h1
-rw-r--r--include/bits/wchar2.h1
-rw-r--r--include/bits/wctype-wchar.h1
-rw-r--r--include/bits/xopen_lim.h145
48 files changed, 0 insertions, 203 deletions
diff --git a/include/bits/cmathcalls.h b/include/bits/cmathcalls.h
deleted file mode 100644
index dd029602f9..0000000000
--- a/include/bits/cmathcalls.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <math/bits/cmathcalls.h>
diff --git a/include/bits/dlfcn.h b/include/bits/dlfcn.h
deleted file mode 100644
index 47652a11a2..0000000000
--- a/include/bits/dlfcn.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include_next <bits/dlfcn.h>
-
-#ifndef _ISOMAC
-libc_hidden_proto (_dl_mcount_wrapper_check)
-#endif
diff --git a/include/bits/error.h b/include/bits/error.h
deleted file mode 100644
index c2c7c9b710..0000000000
--- a/include/bits/error.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../misc/bits/error.h"
diff --git a/include/bits/fcntl2.h b/include/bits/fcntl2.h
deleted file mode 100644
index 832b2c9abb..0000000000
--- a/include/bits/fcntl2.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../io/bits/fcntl2.h"
diff --git a/include/bits/getopt_core.h b/include/bits/getopt_core.h
deleted file mode 100644
index 1200de81b6..0000000000
--- a/include/bits/getopt_core.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <posix/bits/getopt_core.h>
diff --git a/include/bits/getopt_ext.h b/include/bits/getopt_ext.h
deleted file mode 100644
index 31b99834ea..0000000000
--- a/include/bits/getopt_ext.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <posix/bits/getopt_ext.h>
diff --git a/include/bits/getopt_posix.h b/include/bits/getopt_posix.h
deleted file mode 100644
index e3b70c816c..0000000000
--- a/include/bits/getopt_posix.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <posix/bits/getopt_posix.h>
diff --git a/include/bits/locale.h b/include/bits/locale.h
deleted file mode 100644
index 1f1557a1b8..0000000000
--- a/include/bits/locale.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <locale/bits/locale.h>
diff --git a/include/bits/mathcalls-helper-functions.h b/include/bits/mathcalls-helper-functions.h
deleted file mode 100644
index bb71f7fb18..0000000000
--- a/include/bits/mathcalls-helper-functions.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <math/bits/mathcalls-helper-functions.h>
diff --git a/include/bits/mathcalls.h b/include/bits/mathcalls.h
deleted file mode 100644
index d75b598cc7..0000000000
--- a/include/bits/mathcalls.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <math/bits/mathcalls.h>
diff --git a/include/bits/poll2.h b/include/bits/poll2.h
deleted file mode 100644
index 51a0812c1e..0000000000
--- a/include/bits/poll2.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../io/bits/poll2.h"
diff --git a/include/bits/posix1_lim.h b/include/bits/posix1_lim.h
deleted file mode 100644
index c3c67d1c84..0000000000
--- a/include/bits/posix1_lim.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <posix/bits/posix1_lim.h>
diff --git a/include/bits/posix2_lim.h b/include/bits/posix2_lim.h
deleted file mode 100644
index 49a539438c..0000000000
--- a/include/bits/posix2_lim.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <posix/bits/posix2_lim.h>
diff --git a/include/bits/select2.h b/include/bits/select2.h
deleted file mode 100644
index 08f7259647..0000000000
--- a/include/bits/select2.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../misc/bits/select2.h"
diff --git a/include/bits/setjmp2.h b/include/bits/setjmp2.h
deleted file mode 100644
index bdb222cd2c..0000000000
--- a/include/bits/setjmp2.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <setjmp/bits/setjmp2.h>
diff --git a/include/bits/socket2.h b/include/bits/socket2.h
deleted file mode 100644
index a81fd9fa78..0000000000
--- a/include/bits/socket2.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <socket/bits/socket2.h>
diff --git a/include/bits/stab.def b/include/bits/stab.def
deleted file mode 100644
index d153eba4de..0000000000
--- a/include/bits/stab.def
+++ /dev/null
@@ -1 +0,0 @@
-#include <misc/bits/stab.def>
diff --git a/include/bits/stdlib-float.h b/include/bits/stdlib-float.h
deleted file mode 100644
index 54ab571981..0000000000
--- a/include/bits/stdlib-float.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* No floating-point inline functions in rtld and for the conform tests. */
-#ifdef _ISOMAC
-# include <stdlib/bits/stdlib-float.h>
-#else
-# if !IS_IN (rtld)
-# include <stdlib/bits/stdlib-float.h>
-# endif
-#endif
diff --git a/include/bits/stdlib.h b/include/bits/stdlib.h
deleted file mode 100644
index 8541e278c7..0000000000
--- a/include/bits/stdlib.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <stdlib/bits/stdlib.h>
diff --git a/include/bits/string2.h b/include/bits/string2.h
deleted file mode 100644
index e4c4c709b5..0000000000
--- a/include/bits/string2.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <string/bits/string2.h>
diff --git a/include/bits/string3.h b/include/bits/string3.h
deleted file mode 100644
index 1ddd981a90..0000000000
--- a/include/bits/string3.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <string/bits/string3.h>
diff --git a/include/bits/strings_fortified.h b/include/bits/strings_fortified.h
deleted file mode 100644
index 77219c162c..0000000000
--- a/include/bits/strings_fortified.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <string/bits/strings_fortified.h>
diff --git a/include/bits/syslog.h b/include/bits/syslog.h
deleted file mode 100644
index 060b893482..0000000000
--- a/include/bits/syslog.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <misc/bits/syslog.h>
diff --git a/include/bits/types.h b/include/bits/types.h
deleted file mode 100644
index 1c47910607..0000000000
--- a/include/bits/types.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <posix/bits/types.h>
diff --git a/include/bits/types/FILE.h b/include/bits/types/FILE.h
deleted file mode 100644
index 09b599baa0..0000000000
--- a/include/bits/types/FILE.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <libio/bits/types/FILE.h>
diff --git a/include/bits/types/__FILE.h b/include/bits/types/__FILE.h
deleted file mode 100644
index 236f60bacd..0000000000
--- a/include/bits/types/__FILE.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <libio/bits/types/__FILE.h>
diff --git a/include/bits/types/__mbstate_t.h b/include/bits/types/__mbstate_t.h
deleted file mode 100644
index 13e764e8c9..0000000000
--- a/include/bits/types/__mbstate_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <wcsmbs/bits/types/__mbstate_t.h>
diff --git a/include/bits/types/clock_t.h b/include/bits/types/clock_t.h
deleted file mode 100644
index 4cfe8e7e8b..0000000000
--- a/include/bits/types/clock_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/clock_t.h>
diff --git a/include/bits/types/clockid_t.h b/include/bits/types/clockid_t.h
deleted file mode 100644
index ff7290bb1d..0000000000
--- a/include/bits/types/clockid_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/clockid_t.h>
diff --git a/include/bits/types/mbstate_t.h b/include/bits/types/mbstate_t.h
deleted file mode 100644
index 99ec08a91a..0000000000
--- a/include/bits/types/mbstate_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <wcsmbs/bits/types/mbstate_t.h>
diff --git a/include/bits/types/res_state.h b/include/bits/types/res_state.h
deleted file mode 100644
index 4b99b68da9..0000000000
--- a/include/bits/types/res_state.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <resolv/bits/types/res_state.h>
diff --git a/include/bits/types/sig_atomic_t.h b/include/bits/types/sig_atomic_t.h
deleted file mode 100644
index 783693f71c..0000000000
--- a/include/bits/types/sig_atomic_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <signal/bits/types/sig_atomic_t.h>
diff --git a/include/bits/types/sigset_t.h b/include/bits/types/sigset_t.h
deleted file mode 100644
index 20c3dc2095..0000000000
--- a/include/bits/types/sigset_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <signal/bits/types/sigset_t.h>
diff --git a/include/bits/types/sigval_t.h b/include/bits/types/sigval_t.h
deleted file mode 100644
index 296734e827..0000000000
--- a/include/bits/types/sigval_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <signal/bits/types/sigval_t.h>
diff --git a/include/bits/types/struct_iovec.h b/include/bits/types/struct_iovec.h
deleted file mode 100644
index f8f163f648..0000000000
--- a/include/bits/types/struct_iovec.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <misc/bits/types/struct_iovec.h>
diff --git a/include/bits/types/struct_itimerspec.h b/include/bits/types/struct_itimerspec.h
deleted file mode 100644
index 19a3fa3cb8..0000000000
--- a/include/bits/types/struct_itimerspec.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/struct_itimerspec.h>
diff --git a/include/bits/types/struct_osockaddr.h b/include/bits/types/struct_osockaddr.h
deleted file mode 100644
index fe2561bb1f..0000000000
--- a/include/bits/types/struct_osockaddr.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <socket/bits/types/struct_osockaddr.h>
diff --git a/include/bits/types/struct_sigstack.h b/include/bits/types/struct_sigstack.h
deleted file mode 100644
index 2b23fb2837..0000000000
--- a/include/bits/types/struct_sigstack.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <signal/bits/types/struct_sigstack.h>
diff --git a/include/bits/types/struct_timespec.h b/include/bits/types/struct_timespec.h
deleted file mode 100644
index c27417cfd5..0000000000
--- a/include/bits/types/struct_timespec.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/struct_timespec.h>
diff --git a/include/bits/types/struct_timeval.h b/include/bits/types/struct_timeval.h
deleted file mode 100644
index a5549cbae3..0000000000
--- a/include/bits/types/struct_timeval.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/struct_timeval.h>
diff --git a/include/bits/types/struct_tm.h b/include/bits/types/struct_tm.h
deleted file mode 100644
index 412dd8683a..0000000000
--- a/include/bits/types/struct_tm.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/struct_tm.h>
diff --git a/include/bits/types/time_t.h b/include/bits/types/time_t.h
deleted file mode 100644
index 70490c6d05..0000000000
--- a/include/bits/types/time_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/time_t.h>
diff --git a/include/bits/types/timer_t.h b/include/bits/types/timer_t.h
deleted file mode 100644
index 5a33fa40a4..0000000000
--- a/include/bits/types/timer_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <time/bits/types/timer_t.h>
diff --git a/include/bits/types/wint_t.h b/include/bits/types/wint_t.h
deleted file mode 100644
index f1e373d294..0000000000
--- a/include/bits/types/wint_t.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <wcsmbs/bits/types/wint_t.h>
diff --git a/include/bits/unistd.h b/include/bits/unistd.h
deleted file mode 100644
index 1a91dcc72e..0000000000
--- a/include/bits/unistd.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <posix/bits/unistd.h>
diff --git a/include/bits/wchar2.h b/include/bits/wchar2.h
deleted file mode 100644
index a18dccfc55..0000000000
--- a/include/bits/wchar2.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <wcsmbs/bits/wchar2.h>
diff --git a/include/bits/wctype-wchar.h b/include/bits/wctype-wchar.h
deleted file mode 100644
index 8273cd743e..0000000000
--- a/include/bits/wctype-wchar.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <wctype/bits/wctype-wchar.h>
diff --git a/include/bits/xopen_lim.h b/include/bits/xopen_lim.h
deleted file mode 100644
index 2ae7cb3652..0000000000
--- a/include/bits/xopen_lim.h
+++ /dev/null
@@ -1,145 +0,0 @@
-/* Copyright (C) 1996-2017 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
-
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- The GNU C Library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
-
-/*
- * Never include this file directly; use <limits.h> instead.
- */
-
-/* Additional definitions from X/Open Portability Guide, Issue 4, Version 2
- System Interfaces and Headers, 4.16 <limits.h>
-
- Please note only the values which are not greater than the minimum
- stated in the standard document are listed. The `sysconf' functions
- should be used to obtain the actual value. */
-
-#ifndef _XOPEN_LIM_H
-#define _XOPEN_LIM_H 1
-
-#define __need_IOV_MAX
-#include <bits/stdio_lim.h>
-
-/* We do not provide fixed values for
-
- ARG_MAX Maximum length of argument to the `exec' function
- including environment data.
-
- ATEXIT_MAX Maximum number of functions that may be registered
- with `atexit'.
-
- CHILD_MAX Maximum number of simultaneous processes per real
- user ID.
-
- OPEN_MAX Maximum number of files that one process can have open
- at anyone time.
-
- PAGESIZE
- PAGE_SIZE Size of bytes of a page.
-
- PASS_MAX Maximum number of significant bytes in a password.
-
- We only provide a fixed limit for
-
- IOV_MAX Maximum number of `iovec' structures that one process has
- available for use with `readv' or writev'.
-
- if this is indeed fixed by the underlying system.
-*/
-
-
-/* Maximum number of `iovec' structures that one process has available
- for use with `readv' or writev'. */
-#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV
-
-
-/* Maximum value of `digit' in calls to the `printf' and `scanf'
- functions. We have no limit, so return a reasonable value. */
-#define NL_ARGMAX _POSIX_ARG_MAX
-
-/* Maximum number of bytes in a `LANG' name. We have no limit. */
-#define NL_LANGMAX _POSIX2_LINE_MAX
-
-/* Maximum message number. We have no limit. */
-#define NL_MSGMAX INT_MAX
-
-/* Maximum number of bytes in N-to-1 collation mapping. We have no
- limit. */
-#if defined __USE_GNU || !defined __USE_XOPEN2K8
-# define NL_NMAX INT_MAX
-#endif
-
-/* Maximum set number. We have no limit. */
-#define NL_SETMAX INT_MAX
-
-/* Maximum number of bytes in a message. We have no limit. */
-#define NL_TEXTMAX INT_MAX
-
-/* Default process priority. */
-#define NZERO 20
-
-
-/* Number of bits in a word of type `int'. */
-#ifdef INT_MAX
-# if INT_MAX == 32767
-# define WORD_BIT 16
-# else
-# if INT_MAX == 2147483647
-# define WORD_BIT 32
-# else
-/* Safe assumption. */
-# define WORD_BIT 64
-# endif
-# endif
-#elif defined __INT_MAX__
-# if __INT_MAX__ == 32767
-# define WORD_BIT 16
-# else
-# if __INT_MAX__ == 2147483647
-# define WORD_BIT 32
-# else
-/* Safe assumption. */
-# define WORD_BIT 64
-# endif
-# endif
-#else
-# define WORD_BIT 32
-#endif
-
-/* Number of bits in a word of type `long int'. */
-#ifdef LONG_MAX
-# if LONG_MAX == 2147483647
-# define LONG_BIT 32
-# else
-/* Safe assumption. */
-# define LONG_BIT 64
-# endif
-#elif defined __LONG_MAX__
-# if __LONG_MAX__ == 2147483647
-# define LONG_BIT 32
-# else
-/* Safe assumption. */
-# define LONG_BIT 64
-# endif
-#else
-# include <bits/wordsize.h>
-# if __WORDSIZE == 64
-# define LONG_BIT 64
-# else
-# define LONG_BIT 32
-# endif
-#endif
-
-#endif /* bits/xopen_lim.h */