• Bug#1100980: internal compiler error while building sqlite3 for m68k (4

    From Helmut Grohne@21:1/5 to All on Fri Mar 21 13:40:01 2025
    [continued from previous message]

    160283: # 545 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern char *getwd (char *__buf)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__deprecated__)) __attribute__ ((__warn_unused_result__))
    160283: __attribute__ ((__access__ (__write_only__, 1)));
    160283:
    160283:
    160283:
    160283:
    160283: extern int dup (int __fd) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283: extern int dup2 (int __fd, int __fd2) __attribute__ ((__nothrow__ , __leaf__));
    160283: # 564 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern char **__environ;
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int execve (const char *__path, char *const __argv[],
    160283: char *const __envp[]) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
    160283:
    160283:
    160283:
    160283:
    160283: extern int fexecve (int __fd, char *const __argv[], char *const __envp[])
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
    160283:
    160283:
    160283:
    160283:
    160283: extern int execv (const char *__path, char *const __argv[])
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
    160283:
    160283:
    160283:
    160283: extern int execle (const char *__path, const char *__arg, ...)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
    160283:
    160283:
    160283:
    160283: extern int execl (const char *__path, const char *__arg, ...)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
    160283:
    160283:
    160283:
    160283: extern int execvp (const char *__file, char *const __argv[])
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
    160283:
    160283:
    160283:
    160283:
    160283: extern int execlp (const char *__file, const char *__arg, ...)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
    160283: # 619 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern int nice (int __inc) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern void _exit (int __status) __attribute__ ((__noreturn__)); 160283:
    160283:
    160283:
    160283:
    160283:
    160283: # 1 "/usr/include/m68k-linux-gnu/bits/confname.h" 1 3 4
    160283: # 24 "/usr/include/m68k-linux-gnu/bits/confname.h" 3 4
    160283: enum
    160283: {
    160283: _PC_LINK_MAX,
    160283:
    160283: _PC_MAX_CANON,
    160283:
    160283: _PC_MAX_INPUT,
    160283:
    160283: _PC_NAME_MAX,
    160283:
    160283: _PC_PATH_MAX,
    160283:
    160283: _PC_PIPE_BUF,
    160283:
    160283: _PC_CHOWN_RESTRICTED,
    160283:
    160283: _PC_NO_TRUNC,
    160283:
    160283: _PC_VDISABLE,
    160283:
    160283: _PC_SYNC_IO,
    160283:
    160283: _PC_ASYNC_IO,
    160283:
    160283: _PC_PRIO_IO,
    160283:
    160283: _PC_SOCK_MAXBUF,
    160283:
    160283: _PC_FILESIZEBITS,
    160283:
    160283: _PC_REC_INCR_XFER_SIZE,
    160283:
    160283: _PC_REC_MAX_XFER_SIZE,
    160283:
    160283: _PC_REC_MIN_XFER_SIZE,
    160283:
    160283: _PC_REC_XFER_ALIGN,
    160283:
    160283: _PC_ALLOC_SIZE_MIN,
    160283:
    160283: _PC_SYMLINK_MAX,
    160283:
    160283: _PC_2_SYMLINKS
    160283:
    160283: };
    160283:
    160283:
    160283: enum
    160283: {
    160283: _SC_ARG_MAX,
    160283:
    160283: _SC_CHILD_MAX,
    160283:
    160283: _SC_CLK_TCK,
    160283:
    160283: _SC_NGROUPS_MAX,
    160283:
    160283: _SC_OPEN_MAX,
    160283:
    160283: _SC_STREAM_MAX,
    160283:
    160283: _SC_TZNAME_MAX,
    160283:
    160283: _SC_JOB_CONTROL,
    160283:
    160283: _SC_SAVED_IDS,
    160283:
    160283: _SC_REALTIME_SIGNALS,
    160283:
    160283: _SC_PRIORITY_SCHEDULING,
    160283:
    160283: _SC_TIMERS,
    160283:
    160283: _SC_ASYNCHRONOUS_IO,
    160283:
    160283: _SC_PRIORITIZED_IO,
    160283:
    160283: _SC_SYNCHRONIZED_IO,
    160283:
    160283: _SC_FSYNC,
    160283:
    160283: _SC_MAPPED_FILES,
    160283:
    160283: _SC_MEMLOCK,
    160283:
    160283: _SC_MEMLOCK_RANGE,
    160283:
    160283: _SC_MEMORY_PROTECTION,
    160283:
    160283: _SC_MESSAGE_PASSING,
    160283:
    160283: _SC_SEMAPHORES,
    160283:
    160283: _SC_SHARED_MEMORY_OBJECTS,
    160283:
    160283: _SC_AIO_LISTIO_MAX,
    160283:
    160283: _SC_AIO_MAX,
    160283:
    160283: _SC_AIO_PRIO_DELTA_MAX,
    160283:
    160283: _SC_DELAYTIMER_MAX,
    160283:
    160283: _SC_MQ_OPEN_MAX,
    160283:
    160283: _SC_MQ_PRIO_MAX,
    160283:
    160283: _SC_VERSION,
    160283:
    160283: _SC_PAGESIZE,
    160283:
    160283:
    160283: _SC_RTSIG_MAX,
    160283:
    160283: _SC_SEM_NSEMS_MAX,
    160283:
    160283: _SC_SEM_VALUE_MAX,
    160283:
    160283: _SC_SIGQUEUE_MAX,
    160283:
    160283: _SC_TIMER_MAX,
    160283:
    160283:
    160283:
    160283:
    160283: _SC_BC_BASE_MAX,
    160283:
    160283: _SC_BC_DIM_MAX,
    160283:
    160283: _SC_BC_SCALE_MAX,
    160283:
    160283: _SC_BC_STRING_MAX,
    160283:
    160283: _SC_COLL_WEIGHTS_MAX,
    160283:
    160283: _SC_EQUIV_CLASS_MAX,
    160283:
    160283: _SC_EXPR_NEST_MAX,
    160283:
    160283: _SC_LINE_MAX,
    160283:
    160283: _SC_RE_DUP_MAX,
    160283:
    160283: _SC_CHARCLASS_NAME_MAX,
    160283:
    160283:
    160283: _SC_2_VERSION,
    160283:
    160283: _SC_2_C_BIND,
    160283:
    160283: _SC_2_C_DEV,
    160283:
    160283: _SC_2_FORT_DEV,
    160283:
    160283: _SC_2_FORT_RUN,
    160283:
    160283: _SC_2_SW_DEV,
    160283:
    160283: _SC_2_LOCALEDEF,
    160283:
    160283:
    160283: _SC_PII,
    160283:
    160283: _SC_PII_XTI,
    160283:
    160283: _SC_PII_SOCKET,
    160283:
    160283: _SC_PII_INTERNET,
    160283:
    160283: _SC_PII_OSI,
    160283:
    160283: _SC_POLL,
    160283:
    160283: _SC_SELECT,
    160283:
    160283: _SC_UIO_MAXIOV,
    160283:
    160283: _SC_IOV_MAX = _SC_UIO_MAXIOV,
    160283:
    160283: _SC_PII_INTERNET_STREAM,
    160283:
    160283: _SC_PII_INTERNET_DGRAM,
    160283:
    160283: _SC_PII_OSI_COTS,
    160283:
    160283: _SC_PII_OSI_CLTS,
    160283:
    160283: _SC_PII_OSI_M,
    160283:
    160283: _SC_T_IOV_MAX,
    160283:
    160283:
    160283:
    160283: _SC_THREADS,
    160283:
    160283: _SC_THREAD_SAFE_FUNCTIONS,
    160283:
    160283: _SC_GETGR_R_SIZE_MAX,
    160283:
    160283: _SC_GETPW_R_SIZE_MAX,
    160283:
    160283: _SC_LOGIN_NAME_MAX,
    160283:
    160283: _SC_TTY_NAME_MAX,
    160283:
    160283: _SC_THREAD_DESTRUCTOR_ITERATIONS,
    160283:
    160283: _SC_THREAD_KEYS_MAX,
    160283:
    160283: _SC_THREAD_STACK_MIN,
    160283:
    160283: _SC_THREAD_THREADS_MAX,
    160283:
    160283: _SC_THREAD_ATTR_STACKADDR,
    160283:
    160283: _SC_THREAD_ATTR_STACKSIZE,
    160283:
    160283: _SC_THREAD_PRIORITY_SCHEDULING,
    160283:
    160283: _SC_THREAD_PRIO_INHERIT,
    160283:
    160283: _SC_THREAD_PRIO_PROTECT,
    160283:
    160283: _SC_THREAD_PROCESS_SHARED,
    160283:
    160283:
    160283: _SC_NPROCESSORS_CONF,
    160283:
    160283: _SC_NPROCESSORS_ONLN,
    160283:
    160283: _SC_PHYS_PAGES,
    160283:
    160283: _SC_AVPHYS_PAGES,
    160283:
    160283: _SC_ATEXIT_MAX,
    160283:
    160283: _SC_PASS_MAX,
    160283:
    160283:
    160283: _SC_XOPEN_VERSION,
    160283:
    160283: _SC_XOPEN_XCU_VERSION,
    160283:
    160283: _SC_XOPEN_UNIX,
    160283:
    160283: _SC_XOPEN_CRYPT,
    160283:
    160283: _SC_XOPEN_ENH_I18N,
    160283:
    160283: _SC_XOPEN_SHM,
    160283:
    160283:
    160283: _SC_2_CHAR_TERM,
    160283:
    160283: _SC_2_C_VERSION,
    160283:
    160283: _SC_2_UPE,
    160283:
    160283:
    160283: _SC_XOPEN_XPG2,
    160283:
    160283: _SC_XOPEN_XPG3,
    160283:
    160283: _SC_XOPEN_XPG4,
    160283:
    160283:
    160283: _SC_CHAR_BIT,
    160283:
    160283: _SC_CHAR_MAX,
    160283:
    160283: _SC_CHAR_MIN,
    160283:
    160283: _SC_INT_MAX,
    160283:
    160283: _SC_INT_MIN,
    160283:
    160283: _SC_LONG_BIT,
    160283:
    160283: _SC_WORD_BIT,
    160283:
    160283: _SC_MB_LEN_MAX,
    160283:
    160283: _SC_NZERO,
    160283:
    160283: _SC_SSIZE_MAX,
    160283:
    160283: _SC_SCHAR_MAX,
    160283:
    160283: _SC_SCHAR_MIN,
    160283:
    160283: _SC_SHRT_MAX,
    160283:
    160283: _SC_SHRT_MIN,
    160283:
    160283: _SC_UCHAR_MAX,
    160283:
    160283: _SC_UINT_MAX,
    160283:
    160283: _SC_ULONG_MAX,
    160283:
    160283: _SC_USHRT_MAX,
    160283:
    160283:
    160283: _SC_NL_ARGMAX,
    160283:
    160283: _SC_NL_LANGMAX,
    160283:
    160283: _SC_NL_MSGMAX,
    160283:
    160283: _SC_NL_NMAX,
    160283:
    160283: _SC_NL_SETMAX,
    160283:
    160283: _SC_NL_TEXTMAX,
    160283:
    160283:
    160283: _SC_XBS5_ILP32_OFF32,
    160283:
    160283: _SC_XBS5_ILP32_OFFBIG,
    160283:
    160283: _SC_XBS5_LP64_OFF64,
    160283:
    160283: _SC_XBS5_LPBIG_OFFBIG,
    160283:
    160283:
    160283: _SC_XOPEN_LEGACY,
    160283:
    160283: _SC_XOPEN_REALTIME,
    160283:
    160283: _SC_XOPEN_REALTIME_THREADS,
    160283:
    160283:
    160283: _SC_ADVISORY_INFO,
    160283:
    160283: _SC_BARRIERS,
    160283:
    160283: _SC_BASE,
    160283:
    160283: _SC_C_LANG_SUPPORT,
    160283:
    160283: _SC_C_LANG_SUPPORT_R,
    160283:
    160283: _SC_CLOCK_SELECTION,
    160283:
    160283: _SC_CPUTIME,
    160283:
    160283: _SC_THREAD_CPUTIME,
    160283:
    160283: _SC_DEVICE_IO,
    160283:
    160283: _SC_DEVICE_SPECIFIC,
    160283:
    160283: _SC_DEVICE_SPECIFIC_R,
    160283:
    160283: _SC_FD_MGMT,
    160283:
    160283: _SC_FIFO,
    160283:
    160283: _SC_PIPE,
    160283:
    160283: _SC_FILE_ATTRIBUTES,
    160283:
    160283: _SC_FILE_LOCKING,
    160283:
    160283: _SC_FILE_SYSTEM,
    160283:
    160283: _SC_MONOTONIC_CLOCK,
    160283:
    160283: _SC_MULTI_PROCESS,
    160283:
    160283: _SC_SINGLE_PROCESS,
    160283:
    160283: _SC_NETWORKING,
    160283:
    160283: _SC_READER_WRITER_LOCKS,
    160283:
    160283: _SC_SPIN_LOCKS,
    160283:
    160283: _SC_REGEXP,
    160283:
    160283: _SC_REGEX_VERSION,
    160283:
    160283: _SC_SHELL,
    160283:
    160283: _SC_SIGNALS,
    160283:
    160283: _SC_SPAWN,
    160283:
    160283: _SC_SPORADIC_SERVER,
    160283:
    160283: _SC_THREAD_SPORADIC_SERVER,
    160283:
    160283: _SC_SYSTEM_DATABASE,
    160283:
    160283: _SC_SYSTEM_DATABASE_R,
    160283:
    160283: _SC_TIMEOUTS,
    160283:
    160283: _SC_TYPED_MEMORY_OBJECTS,
    160283:
    160283: _SC_USER_GROUPS,
    160283:
    160283: _SC_USER_GROUPS_R,
    160283:
    160283: _SC_2_PBS,
    160283:
    160283: _SC_2_PBS_ACCOUNTING,
    160283:
    160283: _SC_2_PBS_LOCATE,
    160283:
    160283: _SC_2_PBS_MESSAGE,
    160283:
    160283: _SC_2_PBS_TRACK,
    160283:
    160283: _SC_SYMLOOP_MAX,
    160283:
    160283: _SC_STREAMS,
    160283:
    160283: _SC_2_PBS_CHECKPOINT,
    160283:
    160283:
    160283: _SC_V6_ILP32_OFF32,
    160283:
    160283: _SC_V6_ILP32_OFFBIG,
    160283:
    160283: _SC_V6_LP64_OFF64,
    160283:
    160283: _SC_V6_LPBIG_OFFBIG,
    160283:
    160283:
    160283: _SC_HOST_NAME_MAX,
    160283:
    160283: _SC_TRACE,
    160283:
    160283: _SC_TRACE_EVENT_FILTER,
    160283:
    160283: _SC_TRACE_INHERIT,
    160283:
    160283: _SC_TRACE_LOG,
    160283:
    160283:
    160283: _SC_LEVEL1_ICACHE_SIZE,
    160283:
    160283: _SC_LEVEL1_ICACHE_ASSOC,
    160283:
    160283: _SC_LEVEL1_ICACHE_LINESIZE,
    160283:
    160283: _SC_LEVEL1_DCACHE_SIZE,
    160283:
    160283: _SC_LEVEL1_DCACHE_ASSOC,
    160283:
    160283: _SC_LEVEL1_DCACHE_LINESIZE,
    160283:
    160283: _SC_LEVEL2_CACHE_SIZE,
    160283:
    160283: _SC_LEVEL2_CACHE_ASSOC,
    160283:
    160283: _SC_LEVEL2_CACHE_LINESIZE,
    160283:
    160283: _SC_LEVEL3_CACHE_SIZE,
    160283:
    160283: _SC_LEVEL3_CACHE_ASSOC,
    160283:
    160283: _SC_LEVEL3_CACHE_LINESIZE,
    160283:
    160283: _SC_LEVEL4_CACHE_SIZE,
    160283:
    160283: _SC_LEVEL4_CACHE_ASSOC,
    160283:
    160283: _SC_LEVEL4_CACHE_LINESIZE,
    160283:
    160283:
    160283:
    160283: _SC_IPV6 = _SC_LEVEL1_ICACHE_SIZE + 50,
    160283:
    160283: _SC_RAW_SOCKETS,
    160283:
    160283:
    160283: _SC_V7_ILP32_OFF32,
    160283:
    160283: _SC_V7_ILP32_OFFBIG,
    160283:
    160283: _SC_V7_LP64_OFF64,
    160283:
    160283: _SC_V7_LPBIG_OFFBIG,
    160283:
    160283:
    160283: _SC_SS_REPL_MAX,
    160283:
    160283:
    160283: _SC_TRACE_EVENT_NAME_MAX,
    160283:
    160283: _SC_TRACE_NAME_MAX,
    160283:
    160283: _SC_TRACE_SYS_MAX,
    160283:
    160283: _SC_TRACE_USER_EVENT_MAX,
    160283:
    160283:
    160283: _SC_XOPEN_STREAMS,
    160283:
    160283:
    160283: _SC_THREAD_ROBUST_PRIO_INHERIT,
    160283:
    160283: _SC_THREAD_ROBUST_PRIO_PROTECT,
    160283:
    160283:
    160283: _SC_MINSIGSTKSZ,
    160283:
    160283:
    160283: _SC_SIGSTKSZ
    160283:
    160283: };
    160283:
    160283:
    160283: enum
    160283: {
    160283: _CS_PATH,
    160283:
    160283:
    160283: _CS_V6_WIDTH_RESTRICTED_ENVS,
    160283:
    160283:
    160283:
    160283: _CS_GNU_LIBC_VERSION,
    160283:
    160283: _CS_GNU_LIBPTHREAD_VERSION,
    160283:
    160283:
    160283: _CS_V5_WIDTH_RESTRICTED_ENVS,
    160283:
    160283:
    160283:
    160283: _CS_V7_WIDTH_RESTRICTED_ENVS,
    160283:
    160283:
    160283:
    160283: _CS_LFS_CFLAGS = 1000,
    160283:
    160283: _CS_LFS_LDFLAGS,
    160283:
    160283: _CS_LFS_LIBS,
    160283:
    160283: _CS_LFS_LINTFLAGS,
    160283:
    160283: _CS_LFS64_CFLAGS,
    160283:
    160283: _CS_LFS64_LDFLAGS,
    160283:
    160283: _CS_LFS64_LIBS,
    160283:
    160283: _CS_LFS64_LINTFLAGS,
    160283:
    160283:
    160283: _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
    160283:
    160283: _CS_XBS5_ILP32_OFF32_LDFLAGS,
    160283:
    160283: _CS_XBS5_ILP32_OFF32_LIBS,
    160283:
    160283: _CS_XBS5_ILP32_OFF32_LINTFLAGS,
    160283:
    160283: _CS_XBS5_ILP32_OFFBIG_CFLAGS,
    160283:
    160283: _CS_XBS5_ILP32_OFFBIG_LDFLAGS,
    160283:
    160283: _CS_XBS5_ILP32_OFFBIG_LIBS,
    160283:
    160283: _CS_XBS5_ILP32_OFFBIG_LINTFLAGS,
    160283:
    160283: _CS_XBS5_LP64_OFF64_CFLAGS,
    160283:
    160283: _CS_XBS5_LP64_OFF64_LDFLAGS,
    160283:
    160283: _CS_XBS5_LP64_OFF64_LIBS,
    160283:
    160283: _CS_XBS5_LP64_OFF64_LINTFLAGS,
    160283:
    160283: _CS_XBS5_LPBIG_OFFBIG_CFLAGS,
    160283:
    160283: _CS_XBS5_LPBIG_OFFBIG_LDFLAGS,
    160283:
    160283: _CS_XBS5_LPBIG_OFFBIG_LIBS,
    160283:
    160283: _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS,
    160283:
    160283:
    160283: _CS_POSIX_V6_ILP32_OFF32_CFLAGS,
    160283:
    160283: _CS_POSIX_V6_ILP32_OFF32_LDFLAGS,
    160283:
    160283: _CS_POSIX_V6_ILP32_OFF32_LIBS,
    160283:
    160283: _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS,
    160283:
    160283: _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS,
    160283:
    160283: _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS,
    160283:
    160283: _CS_POSIX_V6_ILP32_OFFBIG_LIBS,
    160283:
    160283: _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS,
    160283:
    160283: _CS_POSIX_V6_LP64_OFF64_CFLAGS,
    160283:
    160283: _CS_POSIX_V6_LP64_OFF64_LDFLAGS,
    160283:
    160283: _CS_POSIX_V6_LP64_OFF64_LIBS,
    160283:
    160283: _CS_POSIX_V6_LP64_OFF64_LINTFLAGS,
    160283:
    160283: _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS,
    160283:
    160283: _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS,
    160283:
    160283: _CS_POSIX_V6_LPBIG_OFFBIG_LIBS,
    160283:
    160283: _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS,
    160283:
    160283:
    160283: _CS_POSIX_V7_ILP32_OFF32_CFLAGS,
    160283:
    160283: _CS_POSIX_V7_ILP32_OFF32_LDFLAGS,
    160283:
    160283: _CS_POSIX_V7_ILP32_OFF32_LIBS,
    160283:
    160283: _CS_POSIX_V7_ILP32_OFF32_LINTFLAGS,
    160283:
    160283: _CS_POSIX_V7_ILP32_OFFBIG_CFLAGS,
    160283:
    160283: _CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS,
    160283:
    160283: _CS_POSIX_V7_ILP32_OFFBIG_LIBS,
    160283:
    160283: _CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS,
    160283:
    160283: _CS_POSIX_V7_LP64_OFF64_CFLAGS,
    160283:
    160283: _CS_POSIX_V7_LP64_OFF64_LDFLAGS,
    160283:
    160283: _CS_POSIX_V7_LP64_OFF64_LIBS,
    160283:
    160283: _CS_POSIX_V7_LP64_OFF64_LINTFLAGS,
    160283:
    160283: _CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS,
    160283:
    160283: _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS,
    160283:
    160283: _CS_POSIX_V7_LPBIG_OFFBIG_LIBS,
    160283:
    160283: _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS,
    160283:
    160283:
    160283: _CS_V6_ENV,
    160283:
    160283: _CS_V7_ENV
    160283:
    160283: };
    160283: # 631 "/usr/include/m68k-linux-gnu/unistd.h" 2 3 4
    160283:
    160283:
    160283: extern long int pathconf (const char *__path, int __name)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
    160283:
    160283:
    160283: extern long int fpathconf (int __fd, int __name) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283: extern long int sysconf (int __name) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283:
    160283: extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__ , __leaf__))
    160283: __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283:
    160283:
    160283:
    160283:
    160283: extern __pid_t getpid (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283: extern __pid_t getppid (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283: extern __pid_t getpgrp (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283: extern __pid_t __getpgid (__pid_t __pid) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283: extern __pid_t getpgid (__pid_t __pid) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int setpgid (__pid_t __pid, __pid_t __pgid) __attribute__ ((__nothrow__ , __leaf__));
    160283: # 682 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern int setpgrp (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern __pid_t setsid (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283:
    160283: extern __pid_t getsid (__pid_t __pid) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283:
    160283: extern __uid_t getuid (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283: extern __uid_t geteuid (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283: extern __gid_t getgid (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283: extern __gid_t getegid (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283:
    160283:
    160283: extern int getgroups (int __size, __gid_t __list[]) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__))
    160283: __attribute__ ((__access__ (__write_only__, 2, 1)));
    160283: # 722 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern int setuid (__uid_t __uid) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern int setreuid (__uid_t __ruid, __uid_t __euid) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern int seteuid (__uid_t __uid) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int setgid (__gid_t __gid) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern int setregid (__gid_t __rgid, __gid_t __egid) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern int setegid (__gid_t __gid) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283: # 778 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern __pid_t fork (void) __attribute__ ((__nothrow__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern __pid_t vfork (void) __attribute__ ((__nothrow__ , __leaf__)); 160283: # 799 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern char *ttyname (int __fd) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283:
    160283: extern int ttyname_r (int __fd, char *__buf, size_t __buflen)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2))) __attribute__ ((__warn_unused_result__))
    160283: __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283:
    160283:
    160283:
    160283: extern int isatty (int __fd) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283:
    160283:
    160283: extern int ttyslot (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283:
    160283:
    160283: extern int link (const char *__from, const char *__to)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern int linkat (int __fromfd, const char *__from, int __tofd, 160283: const char *__to, int __flags)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2, 4))) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern int symlink (const char *__from, const char *__to)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283: extern ssize_t readlink (const char *__restrict __path,
    160283: char *__restrict __buf, size_t __len)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__))
    160283: __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int symlinkat (const char *__from, int __tofd,
    160283: const char *__to) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 3))) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283: extern ssize_t readlinkat (int __fd, const char *__restrict __path, 160283: char *__restrict __buf, size_t __len)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2, 3))) __attribute__ ((__warn_unused_result__))
    160283: __attribute__ ((__access__ (__write_only__, 3, 4)));
    160283:
    160283:
    160283:
    160283: extern int unlink (const char *__name) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
    160283:
    160283:
    160283:
    160283: extern int unlinkat (int __fd, const char *__name, int __flag)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2)));
    160283:
    160283:
    160283:
    160283: extern int rmdir (const char *__path) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
    160283:
    160283:
    160283:
    160283: extern __pid_t tcgetpgrp (int __fd) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283: extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern char *getlogin (void);
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int getlogin_r (char *__name, size_t __name_len) __attribute__ ((__nonnull__ (1)))
    160283: __attribute__ ((__access__ (__write_only__, 1, 2)));
    160283:
    160283:
    160283:
    160283:
    160283: extern int setlogin (const char *__name) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: # 1 "/usr/include/m68k-linux-gnu/bits/getopt_posix.h" 1 3 4
    160283: # 27 "/usr/include/m68k-linux-gnu/bits/getopt_posix.h" 3 4
    160283: # 1 "/usr/include/m68k-linux-gnu/bits/getopt_core.h" 1 3 4
    160283: # 28 "/usr/include/m68k-linux-gnu/bits/getopt_core.h" 3 4
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern char *optarg;
    160283: # 50 "/usr/include/m68k-linux-gnu/bits/getopt_core.h" 3 4
    160283: extern int optind;
    160283:
    160283:
    160283:
    160283:
    160283: extern int opterr;
    160283:
    160283:
    160283:
    160283: extern int optopt;
    160283: # 91 "/usr/include/m68k-linux-gnu/bits/getopt_core.h" 3 4
    160283: extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (2, 3)));
    160283:
    160283:
    160283: # 28 "/usr/include/m68k-linux-gnu/bits/getopt_posix.h" 2 3 4
    160283:
    160283:
    160283: # 49 "/usr/include/m68k-linux-gnu/bits/getopt_posix.h" 3 4
    160283:
    160283: # 904 "/usr/include/m68k-linux-gnu/unistd.h" 2 3 4
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int gethostname (char *__name, size_t __len) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)))
    160283: __attribute__ ((__access__ (__write_only__, 1, 2)));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int sethostname (const char *__name, size_t __len)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__read_only__, 1, 2)));
    160283:
    160283:
    160283:
    160283: extern int sethostid (long int __id) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int getdomainname (char *__name, size_t __len)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__))
    160283: __attribute__ ((__access__ (__write_only__, 1, 2)));
    160283: extern int setdomainname (const char *__name, size_t __len)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__read_only__, 1, 2)));
    160283:
    160283:
    160283:
    160283:
    160283: extern int vhangup (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283: extern int revoke (const char *__file) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int profil (unsigned short int *__sample_buffer, size_t __size, 160283: size_t __offset, unsigned int __scale)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1)));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int acct (const char *__name) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283:
    160283: extern char *getusershell (void) __attribute__ ((__nothrow__ , __leaf__));
    160283: extern void endusershell (void) __attribute__ ((__nothrow__ , __leaf__));
    160283: extern void setusershell (void) __attribute__ ((__nothrow__ , __leaf__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int daemon (int __nochdir, int __noclose) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int chroot (const char *__path) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283: extern char *getpass (const char *__prompt) __attribute__ ((__nonnull__ (1)));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int fsync (int __fd);
    160283: # 1002 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern long int gethostid (void);
    160283:
    160283:
    160283: extern void sync (void) __attribute__ ((__nothrow__ , __leaf__)); 160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern int getpagesize (void) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__));
    160283:
    160283:
    160283:
    160283:
    160283: extern int getdtablesize (void) __attribute__ ((__nothrow__ , __leaf__));
    160283: # 1030 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern int truncate (const char *__file, __off64_t __length) __asm__ ("" "truncate64") __attribute__ ((__nothrow__ , __leaf__))
    160283:
    160283: __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
    160283: # 1052 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern int ftruncate (int __fd, __off64_t __length) __asm__ ("" "ftruncate64") __attribute__ ((__nothrow__ , __leaf__))
    160283: __attribute__ ((__warn_unused_result__));
    160283: # 1070 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern int brk (void *__addr) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__warn_unused_result__));
    160283:
    160283:
    160283:
    160283:
    160283:
    160283: extern void *sbrk (intptr_t __delta) __attribute__ ((__nothrow__ , __leaf__));
    160283: # 1091 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern long int syscall (long int __sysno, ...) __attribute__ ((__nothrow__ , __leaf__));
    160283: # 1150 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern int fdatasync (int __fildes);
    160283: # 1162 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: extern char *crypt (const char *__key, const char *__salt)
    160283: __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__nonnull__ (1, 2)));
    160283: # 1201 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: int getentropy (void *__buffer, size_t __length) __attribute__ ((__warn_unused_result__))
    160283: __attribute__ ((__access__ (__write_only__, 1, 2)));
    160283: # 1217 "/usr/include/m68k-linux-gnu/unistd.h" 3 4
    160283: # 1 "/usr/include/m68k-linux-gnu/bits/unistd.h" 1 3 4
    160283: # 23 "/usr/include/m68k-linux-gnu/bits/unistd.h" 3 4
    160283: # 1 "/usr/include/m68k-linux-gnu/bits/unistd-decl.h" 1 3 4
    160283: # 26 "/usr/include/m68k-linux-gnu/bits/unistd-decl.h" 3 4
    160283: extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes, 160283: size_t __buflen)
    160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283: extern ssize_t __read_alias (int __fd, void *__buf, size_t __nbytes) __asm__ ("" "read")
    160283:
    160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283: extern ssize_t __read_chk_warn (int __fd, void *__buf, size_t __nbytes, size_t __buflen) __asm__ ("" "__read_chk")
    160283:
    160283:
    160283: __attribute__ ((__warn_unused_result__)) __attribute__((__warning__ ("read called with bigger length than size of " "the destination buffer")))
    160283: ;
    160283:
    160283:
    160283: extern ssize_t __pread_chk (int __fd, void *__buf, size_t __nbytes, 160283: __off_t __offset, size_t __bufsize)
    160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283: extern ssize_t __pread64_chk (int __fd, void *__buf, size_t __nbytes, 160283: __off64_t __offset, size_t __bufsize)
    160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283: extern ssize_t __pread_alias (int __fd, void *__buf, size_t __nbytes, __off_t __offset) __asm__ ("" "pread")
    160283:
    160283:
    160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283: extern ssize_t __pread64_alias (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) __asm__ ("" "pread64")
    160283:
    160283:
    160283: __attribute__ ((__warn_unused_result__)) __attribute__ ((__access__ (__write_only__, 2, 3)));
    160283: extern ssize_t __pread_chk_warn (int __fd, void *__buf, size_t __nbytes, __off_t __offset, size_t __bufsize) __asm__ ("" "__pread_chk")
    160283:
    160283:
    160283: __attribute__ ((__warn_unused_result__)) __attribute__((__warning__ ("pread called with bigger length than size of " "the destination buffer")))
    160283: ;
    160283: extern ssize_t __pread64_chk_warn (int __fd, void *__buf, size_t __nbytes, __off64_t __offset, size_t __bufsize) __asm__ ("" "__pread64_chk")
    160283:
    160283:
    160283:
    160283: __attribute__ ((__warn_unused_result__)) __attribute__((__warning__ ("pread64 called with bigger length than size of " "the destination buffer")))
    160283: ;
    160283:
    160283:
    160283:
    160283: extern ssize_t __readlink_chk (const char *__restrict __path,
    160283: char *__restrict __buf, size_t __len,
    160283: size_t __buflen)

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)