* Package: dev-libs/bglibs-2.04-r2:0/2 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking bglibs-2.04.tar.gz to /var/tmp/portage/dev-libs/bglibs-2.04-r2/work >>> Source unpacked in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work >>> Preparing source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... * Applying bglibs-2.04-stack-buffers.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... make -j4 -j1 cat warn-auto.sh choose.sh >choose chmod 755 choose ( echo '#!/bin/sh'; \ echo 'source=$1; shift'; \ echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ echo exec `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'include'" '-o ${base}.o -c $source ${1+"$@"}'; \ ) >compile chmod 755 compile ( echo '#!/bin/sh';\ echo 'main="$1"; shift';\ echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}'; \ ) >load chmod 755 load ( ( ./compile sys/trysystime.c >/dev/null 2>&1 && \ echo '#include ' ); \ ( ./compile sys/trytime.c >/dev/null 2>&1 && \ echo '#include ' ) ) >systime.h rm -f sys/trysystime.o sys/trytime.o Checking for -ldl: no Checking for -lrt: no ( set -e; \ cat sysdeps-head.h; \ ./choose c attribute; \ ./choose cl daylight; \ ./choose c deprecated; \ ./choose clr ulong32; \ ./choose clr ulong64; \ ./choose clr endian; \ ./choose c dirent; \ ./choose c direntino; \ ./choose c direnttype; \ ./choose cl dl `cat dl.lib`; \ ./choose c ipv6; \ ./choose cl vfork; \ ./choose cl getpeereid; \ ./choose cl flock; \ ./choose cl peercred; \ ./choose cl sendfile; \ ./choose cl sigaction; \ ./choose cl sigprocmask; \ ./choose cl spnam; \ ./choose cl userpw; \ ./choose cl waitp; \ ./choose c zlib; \ ./choose clr poll; \ ./choose c sysselect; \ ./choose cl setenv; \ ./choose c timespec; \ ./choose cl clockgettime `cat rt.lib`; \ ./choose cl unsetenv; \ ./choose clr unaligned; \ ./choose cl mkfifo; \ ./choose clr namedpipebug; \ ./choose c inline; \ ./choose c noreturn; \ cat sysdeps-tail.h; \ ) >sysdeps.h ( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ echo '#!/bin/sh'; \ echo 'lib="$1"; shift';\ echo 'rm -f "$lib"';\ echo libtool --mode=link --silent $tag `head -n 1 conf-ld` '-o "$lib" -rpath' `head -n 1 conf-lib` -version-info `head -n 1 LIBVERSION` '${1+"$@"}';\ ) >makeshlib chmod 755 makeshlib ( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ echo '#!/bin/sh'; \ echo 'source=$1; shift'; \ echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ echo exec libtool --mode=compile --silent $tag `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'include'" '-o ${base}.lo -c $source ${1+"$@"}'; \ ) >ltcompile chmod 755 ltcompile ./ltcompile pwcmp/module.c ./makeshlib libpwcmp-module.la pwcmp/module.lo ./ltcompile adt/adt_sp.c ./ltcompile adt/ghash_add.c ./ltcompile adt/ghash_foreach.c ./ltcompile adt/ghash_free.c ./ltcompile adt/ghash_get.c ./ltcompile adt/ghash_init.c ./ltcompile adt/ghash_insert.c ./ltcompile adt/ghash_iter.c ./ltcompile adt/ghash_rebuild.c ./ltcompile adt/ghash_rehash.c ./ltcompile adt/ghash_remove.c ./ltcompile adt/ghash_search.c ./ltcompile adt/ghash_set.c ./ltcompile adt/gqueue_pop.c ./ltcompile adt/gqueue_push.c ./ltcompile adt/gqueue_top.c ./ltcompile adt/gstack_pop.c ./ltcompile adt/gstack_push.c ./ltcompile adt/gstack_top.c ./ltcompile adt/hashb.c ./ltcompile adt/hashs.c ./ltcompile base64/asc2bin.c In file included from base64/asc2bin.c:1: In file included from include/bglibs/base64.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile base64/bin2asc.c In file included from base64/bin2asc.c:1: In file included from include/bglibs/base64.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile base64/decode_line.c In file included from base64/decode_line.c:1: In file included from include/bglibs/base64.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile base64/decode_part.c In file included from base64/decode_part.c:1: In file included from include/bglibs/base64.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile base64/encode_line.c In file included from base64/encode_line.c:1: In file included from include/bglibs/base64.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile base64/encode_part.c In file included from base64/encode_part.c:1: In file included from include/bglibs/base64.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile cdb/cdb.c In file included from cdb/cdb.c:7: In file included from include/bglibs/cdb.h:4: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile cdb/cdbhash.c In file included from cdb/cdbhash.c:3: In file included from include/bglibs/cdb.h:4: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile cdb/find.c In file included from cdb/find.c:6: In file included from include/bglibs/cdb.h:4: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile cdb/get.c In file included from cdb/get.c:18: In file included from include/bglibs/cdb.h:4: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile cdb/getnext.c In file included from cdb/getnext.c:18: In file included from include/bglibs/cdb.h:4: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile cdb/make.c In file included from cdb/make.c:5: In file included from include/bglibs/cdb.h:4: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile cdb/read.c In file included from cdb/read.c:6: In file included from include/bglibs/cdb.h:4: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./compile crc-gentab.c In file included from crc-gentab.c:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile fmt/lcase.c ./ltcompile fmt/ucase.c ./ltcompile fmt/unum.c ./ltcompile iobuf/iobuf_timeout.c In file included from iobuf/iobuf_timeout.c:2: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_flush.c In file included from iobuf/obuf_flush.c:3: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_pad.c In file included from iobuf/obuf_pad.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_put3s.c In file included from iobuf/obuf_put3s.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_put5s.c In file included from iobuf/obuf_put5s.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putc.c In file included from iobuf/obuf_putc.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putunumw.c In file included from iobuf/obuf_putunumw.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_stderr.c In file included from iobuf/obuf_stderr.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_stdout.c In file included from iobuf/obuf_stdout.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_write.c In file included from iobuf/obuf_write.c:4: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/common.c In file included from msg/common.c:5: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/die.c In file included from msg/die.c:2: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile sys/iopoll.c In file included from sys/iopoll.c:2: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./load crc-gentab fmt/lcase.o fmt/ucase.o fmt/unum.o iobuf/iobuf_timeout.o iobuf/obuf_flush.o iobuf/obuf_pad.o iobuf/obuf_put3s.o iobuf/obuf_put5s.o iobuf/obuf_putc.o iobuf/obuf_putunumw.o iobuf/obuf_stderr.o iobuf/obuf_stdout.o iobuf/obuf_write.o msg/common.o msg/die.o sys/iopoll.o -static ./crc-gentab crc16_arc 16 0x8005 reflected >crc/crc16_arc_table.c ./ltcompile crc/crc16_arc_table.c In file included from crc/crc16_arc_table.c:1: In file included from include/bglibs/crc16_arc.h:4: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./crc-gentab crc16_ccitt 16 0x1021 normal >crc/crc16_ccitt_table.c ./ltcompile crc/crc16_ccitt_table.c In file included from crc/crc16_ccitt_table.c:1: In file included from include/bglibs/crc16_ccitt.h:4: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./crc-gentab crc16_xmodem 16 0x8408 reflected >crc/crc16_xmodem_table.c ./ltcompile crc/crc16_xmodem_table.c In file included from crc/crc16_xmodem_table.c:1: In file included from include/bglibs/crc16_xmodem.h:4: In file included from ./uint16.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./crc-gentab crc32 32 0x04C11DB7 reflected >crc/crc32_table.c ./ltcompile crc/crc32_table.c In file included from crc/crc32_table.c:1: In file included from include/bglibs/crc32.h:4: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./crc-gentab crc32c 32 0x1EDC6F41 reflected >crc/crc32c_table.c ./ltcompile crc/crc32c_table.c In file included from crc/crc32c_table.c:1: In file included from include/bglibs/crc32c.h:4: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./crc-gentab crc64 64 0x42F0E1EBA9EA3693 normal >crc/crc64_table.c ./ltcompile crc/crc64_table.c In file included from crc/crc64_table.c:1: In file included from include/bglibs/crc64.h:4: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crc/gcrc16fwd.c In file included from crc/gcrc16fwd.c:1: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crc/gcrc16rfl.c In file included from crc/gcrc16rfl.c:1: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crc/gcrc32fwd.c In file included from crc/gcrc32fwd.c:1: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crc/gcrc32rfl.c In file included from crc/gcrc32rfl.c:1: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crc/gcrc64fwd.c In file included from crc/gcrc64fwd.c:1: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crc/gcrc64rfl.c In file included from crc/gcrc64rfl.c:1: In file included from include/bglibs/gcrc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/hmac-md5.c In file included from crypto/hmac-md5.c:7: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/hmac-sha1.c In file included from crypto/hmac-sha1.c:6: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/hmac-sha256.c In file included from crypto/hmac-sha256.c:4: In file included from include/bglibs/sha256.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/hmac-sha384.c In file included from crypto/hmac-sha384.c:3: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/hmac-sha512.c In file included from crypto/hmac-sha512.c:3: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/hmac.c In file included from crypto/hmac.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ crypto/hmac.c:70:27: warning: 'memset' call operates on objects of type 'unsigned char' while the size is based on a different type 'unsigned char *' [-Wsizeof-pointer-memaccess] memset(state, 0, sizeof state); ~~~~~ ^~~~~ crypto/hmac.c:70:27: note: did you mean to provide an explicit length? memset(state, 0, sizeof state); ^~~~~ crypto/hmac.c:97:27: warning: 'memset' call operates on objects of type 'unsigned char' while the size is based on a different type 'unsigned char *' [-Wsizeof-pointer-memaccess] memset(state, 0, sizeof state); ~~~~~ ^~~~~ crypto/hmac.c:97:27: note: did you mean to provide an explicit length? memset(state, 0, sizeof state); ^~~~~ crypto/hmac.c:117:30: warning: 'memset' call operates on objects of type 'unsigned char' while the size is based on a different type 'unsigned char *' [-Wsizeof-pointer-memaccess] memset(midstate, 0, sizeof midstate); ~~~~~~~~ ^~~~~~~~ crypto/hmac.c:117:30: note: did you mean to provide an explicit length? memset(midstate, 0, sizeof midstate); ^~~~~~~~ 4 warnings generated. ./ltcompile crypto/md4.c In file included from crypto/md4.c:26: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ crypto/md4.c:46:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md4_init_ctx (ctx) ^ crypto/md4.c:64:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md4_read_ctx (ctx, resbuf) ^ crypto/md4.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md4_finish_ctx (ctx, resbuf) ^ crypto/md4.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md4_process_bytes (buffer, len, ctx) ^ crypto/md4.c:164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md4_buffer (buffer, len, resblock) ^ crypto/md4.c:193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md4_process_block (buffer, ctx) ^ 7 warnings generated. ./ltcompile crypto/md5-crypt.c crypto/md5-crypt.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_crypt_r (key, salt, buffer, buflen) ^ crypto/md5-crypt.c:216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_crypt (key, salt) ^ 2 warnings generated. ./ltcompile crypto/md5.c In file included from crypto/md5.c:28: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ crypto/md5.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_init_ctx (ctx) ^ crypto/md5.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_read_ctx (ctx, resbuf) ^ crypto/md5.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_finish_ctx (ctx, resbuf) ^ crypto/md5.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_stream (stream, resblock) ^ crypto/md5.c:173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_buffer (buffer, len, resblock) ^ crypto/md5.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_process_bytes (buffer, len, ctx) ^ crypto/md5.c:250:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_process_block (buffer, len, ctx) ^ 8 warnings generated. ./ltcompile crypto/sha1.c In file included from crypto/sha1.c:20: In file included from include/bglibs/sha1.h:12: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/sha256.c In file included from crypto/sha256.c:20: In file included from include/bglibs/sha256.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/sha384.c In file included from crypto/sha384.c:22: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/sha512.c In file included from crypto/sha512.c:22: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/surf.c In file included from crypto/surf.c:22: In file included from include/bglibs/surf.h:4: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile crypto/surfrand.c In file included from crypto/surfrand.c:20: In file included from include/bglibs/surfrand.h:4: In file included from include/bglibs/surf.h:4: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/add.c In file included from dict/add.c:3: In file included from include/bglibs/dict.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/dicthash.c In file included from dict/dicthash.c:1: In file included from include/bglibs/dict.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/foreach.c In file included from dict/foreach.c:3: In file included from include/bglibs/dict.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/free.c In file included from dict/free.c:3: In file included from include/bglibs/dict.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/get.c In file included from dict/get.c:1: In file included from include/bglibs/dict.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/init.c In file included from dict/init.c:1: In file included from include/bglibs/dict.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/load_list.c In file included from dict/load_list.c:1: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/load_map.c In file included from dict/load_map.c:3: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile dict/str_free.c In file included from dict/str_free.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile fmt/char.c ./ltcompile fmt/chars.c In file included from fmt/chars.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile fmt/multi.c In file included from fmt/multi.c:24: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile fmt/pad.c ./ltcompile fmt/sdec.c ./ltcompile fmt/sign_pad.c ./ltcompile fmt/slldec.c ./ltcompile fmt/sllnum.c ./ltcompile fmt/snum.c ./ltcompile fmt/udec.c ./ltcompile fmt/uhexl.c ./ltcompile fmt/uhexu.c ./ltcompile fmt/ulldec.c ./ltcompile fmt/ullhexl.c ./ltcompile fmt/ullhexu.c ./ltcompile fmt/ullnum.c ./ltcompile iobuf/ibuf_copytofd.c ./ltcompile iobuf/ibuf_getc.c ./ltcompile iobuf/ibuf_getnetstring.c In file included from iobuf/ibuf_getnetstring.c:3: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/ibuf_gets.c ./ltcompile iobuf/ibuf_getstr.c In file included from iobuf/ibuf_getstr.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/ibuf_getstr_crlf.c In file included from iobuf/ibuf_getstr_crlf.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/ibuf_getu.c ./ltcompile iobuf/ibuf_init.c ./ltcompile iobuf/ibuf_open.c ./ltcompile iobuf/ibuf_openreadclose.c In file included from iobuf/ibuf_openreadclose.c:1: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/ibuf_peek.c ./ltcompile iobuf/ibuf_read.c ./ltcompile iobuf/ibuf_readall.c In file included from iobuf/ibuf_readall.c:1: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/ibuf_refill.c ./ltcompile iobuf/ibuf_seek.c ./ltcompile iobuf/ibuf_status.c ./ltcompile iobuf/ibuf_stdin.c ./ltcompile iobuf/ibuf_tell.c ./ltcompile iobuf/iobuf_close.c In file included from iobuf/iobuf_close.c:5: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/iobuf_copy.c In file included from iobuf/iobuf_copy.c:1: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/iobuf_init.c In file included from iobuf/iobuf_init.c:5: In file included from include/bglibs/iobuf.h:6: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_close.c In file included from iobuf/obuf_close.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_copyfromfd.c In file included from iobuf/obuf_copyfromfd.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_digits.c In file included from iobuf/obuf_digits.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_endl.c In file included from iobuf/obuf_endl.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_init.c In file included from iobuf/obuf_init.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_open.c In file included from iobuf/obuf_open.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_put2s.c In file included from iobuf/obuf_put2s.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_put4s.c In file included from iobuf/obuf_put4s.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_put6s.c In file included from iobuf/obuf_put6s.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_put7s.c In file included from iobuf/obuf_put7s.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putf.c In file included from iobuf/obuf_putf.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putnetstring.c In file included from iobuf/obuf_putnetstring.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putns.c In file included from iobuf/obuf_putns.c:3: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putsflush.c In file included from iobuf/obuf_putsflush.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putsllnumw.c In file included from iobuf/obuf_putsllnumw.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putsnumw.c In file included from iobuf/obuf_putsnumw.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_putullnumw.c In file included from iobuf/obuf_putullnumw.c:2: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_seek.c In file included from iobuf/obuf_seek.c:4: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_sign_pad.c In file included from iobuf/obuf_sign_pad.c:1: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile iobuf/obuf_sync.c In file included from iobuf/obuf_sync.c:3: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile misc/random.c In file included from misc/random.c:49: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile misc/strtou.c ./ltcompile misc/ucspi.c ./ltcompile misc/utoa.c ./ltcompile misc/utoa2.c ./ltcompile msg/commonf.c In file included from msg/commonf.c:5: In file included from include/bglibs/obuf.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/debug.c In file included from msg/debug.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/debug_bits.c In file included from msg/debug_bits.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/debug_init.c In file included from msg/debug_init.c:3: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/debugf.c In file included from msg/debugf.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/dief.c In file included from msg/dief.c:2: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/error.c In file included from msg/error.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/errorf.c In file included from msg/errorf.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/oom.c In file included from msg/oom.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/show_pid.c In file included from msg/show_pid.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/warn.c In file included from msg/warn.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/warnf.c In file included from msg/warnf.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/wrap_alloc.c In file included from msg/wrap_alloc.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/wrap_chdir.c In file included from msg/wrap_chdir.c:3: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/wrap_exit.c In file included from msg/wrap_exit.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile msg/wrap_str.c In file included from msg/wrap_str.c:1: In file included from include/bglibs/msg.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/accept4.c In file included from net/accept4.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/accept6.c In file included from net/accept6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/acceptu.c In file included from net/acceptu.c:22: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/bind4.c In file included from net/bind4.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/bind6.c In file included from net/bind6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/bindu.c In file included from net/bindu.c:24: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/broadcast.c In file included from net/broadcast.c:21: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/connect4.c In file included from net/connect4.c:25: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/connect4_timeout.c In file included from net/connect4_timeout.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/connect6.c In file included from net/connect6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/connect6_timeout.c In file included from net/connect6_timeout.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/connected.c In file included from net/connected.c:21: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/connectu.c In file included from net/connectu.c:24: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/connectu_timeout.c In file included from net/connectu_timeout.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/cork.c In file included from net/cork.c:22: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_domain_fromdot.c In file included from net/dns_domain_fromdot.c:5: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_domain.c In file included from net/dns_domain.c:5: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_domain_todot.c In file included from net/dns_domain_todot.c:1: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_fmt.c In file included from net/dns_fmt.c:1: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_ip4.c In file included from net/dns_ip4.c:4: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_ip6.c In file included from net/dns_ip6.c:4: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_mx.c In file included from net/dns_mx.c:3: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_name_packet.c In file included from net/dns_name_packet.c:3: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_name4.c In file included from net/dns_name4.c:3: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_name4_domain.c In file included from net/dns_name4_domain.c:4: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_name6.c In file included from net/dns_name6.c:1: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_name6_domain.c In file included from net/dns_name6_domain.c:4: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_packet.c In file included from net/dns_packet.c:7: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_qualify.c In file included from net/dns_qualify.c:3: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_random.c In file included from net/dns_random.c:2: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_resolvconfip.c In file included from net/dns_resolvconfip.c:5: In file included from include/bglibs/misc.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_resolvconfrewrite.c In file included from net/dns_resolvconfrewrite.c:7: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_resolve.c In file included from net/dns_resolve.c:3: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_result.c In file included from net/dns_result.c:5: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_rotate.c In file included from net/dns_rotate.c:3: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_sort.c In file included from net/dns_sort.c:1: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_transmit.c In file included from net/dns_transmit.c:1: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/dns_txt.c In file included from net/dns_txt.c:3: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/getaddr4.c In file included from net/getaddr4.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/getaddr6.c In file included from net/getaddr6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/ipv4_addr.c In file included from net/ipv4_addr.c:1: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/ipv4_format.c In file included from net/ipv4_format.c:1: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/ipv4_scan.c In file included from net/ipv4_scan.c:2: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/ipv6_addr.c In file included from net/ipv6_addr.c:3: In file included from include/bglibs/ipv6.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/ipv6_format.c In file included from net/ipv6_format.c:3: In file included from include/bglibs/ipv6.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/ipv6_scan.c In file included from net/ipv6_scan.c:1: In file included from include/bglibs/ipv6.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/linger.c In file included from net/linger.c:21: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/listen.c In file included from net/listen.c:22: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/notcpdelay.c In file included from net/notcpdelay.c:22: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/pairdgm.c In file included from net/pairdgm.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/pairstr.c In file included from net/pairstr.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/recv4.c In file included from net/recv4.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/recv6.c In file included from net/recv6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/recvfd.c In file included from net/recvfd.c:22: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/recvu.c In file included from net/recvu.c:21: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/resolve_calldns.c In file included from net/resolve_calldns.c:1: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ net/resolve_calldns.c:10:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (dnsfn(out, param) < 0) { ^ 2 warnings generated. ./ltcompile net/resolve_ipv4addr.c In file included from net/resolve_ipv4addr.c:1: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/resolve_ipv4name.c In file included from net/resolve_ipv4name.c:1: In file included from include/bglibs/dns.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/reuse.c In file included from net/reuse.c:21: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/send4.c In file included from net/send4.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/send6.c In file included from net/send6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/sendfd.c In file included from net/sendfd.c:22: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/sendu.c In file included from net/sendu.c:21: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/shutdown.c In file included from net/shutdown.c:21: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/tcp4.c In file included from net/tcp4.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/tcp6.c In file included from net/tcp6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/udp4.c In file included from net/udp4.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/udp6.c In file included from net/udp6.c:18: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/uncork.c In file included from net/uncork.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/unixdgm.c In file included from net/unixdgm.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile net/unixstr.c In file included from net/unixstr.c:23: In file included from include/bglibs/socket.h:4: In file included from include/bglibs/ipv4.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile path/contains.c In file included from path/contains.c:19: In file included from include/bglibs/path.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile path/fnmatch.c In file included from path/fnmatch.c:19: In file included from include/bglibs/path.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile path/match.c In file included from path/match.c:22: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile path/merge.c In file included from path/merge.c:19: In file included from include/bglibs/path.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile path/mkdirs.c In file included from path/mkdirs.c:1: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile path/mktemp.c In file included from path/mktemp.c:6: In file included from include/bglibs/path.h:4: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/alloc.c In file included from str/alloc.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/buildmap.c In file included from str/buildmap.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/case_end.c In file included from str/case_end.c:21: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/case_glob.c In file included from str/case_glob.c:5: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/case_match.c In file included from str/case_match.c:21: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/case_start.c In file included from str/case_start.c:21: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cat.c In file included from str/cat.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cat2s.c In file included from str/cat2s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cat3s.c In file included from str/cat3s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cat4s.c In file included from str/cat4s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cat5s.c In file included from str/cat5s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cat6s.c In file included from str/cat6s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catf.c In file included from str/catf.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catiw.c In file included from str/catiw.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catiwll.c In file included from str/catiwll.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catns.c In file included from str/catns.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catsllnum.c In file included from str/catsllnum.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catsnum.c In file included from str/catsnum.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catullnum.c In file included from str/catullnum.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catunum.c In file included from str/catunum.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catuw.c In file included from str/catuw.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catuwll.c In file included from str/catuwll.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catxw.c In file included from str/catxw.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/catxwll.c In file included from str/catxwll.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cmp.c In file included from str/cmp.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copy.c In file included from str/copy.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copy2s.c In file included from str/copy2s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copy3s.c In file included from str/copy3s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copy4s.c In file included from str/copy4s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copy5s.c In file included from str/copy5s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copy6s.c In file included from str/copy6s.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copyf.c In file included from str/copyf.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/copyns.c In file included from str/copyns.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/count.c In file included from str/count.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/countof.c In file included from str/countof.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/cut.c In file included from str/cut.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/diff.c In file included from str/diff.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/digits.c In file included from str/digits.c:1: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/end.c In file included from str/end.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_find.c In file included from str/env_find.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_from_array.c In file included from str/env_from_array.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_from_string.c In file included from str/env_from_string.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_get.c In file included from str/env_get.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_make_array.c In file included from str/env_make_array.c:3: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_put.c In file included from str/env_put.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_set.c In file included from str/env_set.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/env_unset.c In file included from str/env_unset.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/findnext.c In file included from str/findnext.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/findnextof.c In file included from str/findnextof.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/findprev.c In file included from str/findprev.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/findprevof.c In file included from str/findprevof.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/free.c In file included from str/free.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/glob.c In file included from str/glob.c:5: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/init.c In file included from str/init.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/iter_advance.c In file included from str/iter_advance.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/iter_start.c In file included from str/iter_start.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/iter_valid.c In file included from str/iter_valid.c:2: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/join.c In file included from str/join.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/lower.c In file included from str/lower.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/lstrip.c In file included from str/lstrip.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/match.c In file included from str/match.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/rstrip.c In file included from str/rstrip.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/sort.c In file included from str/sort.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/splice.c In file included from str/splice.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/start.c In file included from str/start.c:20: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/subst.c In file included from str/subst.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/truncate.c In file included from str/truncate.c:18: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/upper.c In file included from str/upper.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile str/xlate.c In file included from str/xlate.c:19: In file included from include/bglibs/str.h:5: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile sys/clock_gettime.c In file included from sys/clock_gettime.c:1: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile sys/getpeereid.c In file included from sys/getpeereid.c:1: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile sys/setenv.c In file included from sys/setenv.c:3: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile sys/unsetenv.c In file included from sys/unsetenv.c:2: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint16/get.c In file included from uint16/get.c:2: In file included from ./uint16.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint16/pack.c In file included from uint16/pack.c:1: In file included from ./uint16.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint16/unpack.c In file included from uint16/unpack.c:1: In file included from ./uint16.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint32/get_lsb.c In file included from uint32/get_lsb.c:1: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint32/get_msb.c In file included from uint32/get_msb.c:1: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint32/pack_lsb.c In file included from uint32/pack_lsb.c:1: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint32/pack_msb.c In file included from uint32/pack_msb.c:1: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint32/unpack_lsb.c In file included from uint32/unpack_lsb.c:1: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint32/unpack_msb.c In file included from uint32/unpack_msb.c:1: In file included from ./uint32.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint64/get_lsb.c In file included from uint64/get_lsb.c:1: In file included from ./uint64.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint64/get_msb.c In file included from uint64/get_msb.c:1: In file included from ./uint64.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint64/pack_lsb.c In file included from uint64/pack_lsb.c:1: In file included from ./uint64.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint64/pack_msb.c In file included from uint64/pack_msb.c:1: In file included from ./uint64.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint64/unpack_lsb.c In file included from uint64/unpack_lsb.c:1: In file included from ./uint64.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile uint64/unpack_msb.c In file included from uint64/unpack_msb.c:1: In file included from ./uint64.h:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile unix/cloexec_off.c ./ltcompile unix/cloexec_on.c ./ltcompile unix/fcntl_fd_off.c ./ltcompile unix/fcntl_fd_on.c ./ltcompile unix/fcntl_fl_off.c ./ltcompile unix/fcntl_fl_on.c ./ltcompile unix/nonblock_off.c ./ltcompile unix/nonblock_on.c ./ltcompile unix/selfpipe.c In file included from unix/selfpipe.c:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile unix/sig_alarm.c ./ltcompile unix/sig_all.c In file included from unix/sig_all.c:4: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ unix/sig_all.c:43:3: warning: 'sigblock' is deprecated [-Wdeprecated-declarations] sigblock(~(1 << (SIGPROF-1)) & ~(1 << (SIGSEGV-1))); ^ /usr/include/signal.h:173:42: note: 'sigblock' has been explicitly marked deprecated here extern int sigblock (int __mask) __THROW __attribute_deprecated__; ^ /usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' # define __attribute_deprecated__ __attribute__ ((__deprecated__)) ^ unix/sig_all.c:54:3: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(0); ^ /usr/include/signal.h:176:44: note: 'sigsetmask' has been explicitly marked deprecated here extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^ /usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' # define __attribute_deprecated__ __attribute__ ((__deprecated__)) ^ 3 warnings generated. ./ltcompile unix/sig_block.c In file included from unix/sig_block.c:20: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ unix/sig_block.c:30:3: warning: 'sigblock' is deprecated [-Wdeprecated-declarations] sigblock(1 << (s - 1)); ^ /usr/include/signal.h:173:42: note: 'sigblock' has been explicitly marked deprecated here extern int sigblock (int __mask) __THROW __attribute_deprecated__; ^ /usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' # define __attribute_deprecated__ __attribute__ ((__deprecated__)) ^ unix/sig_block.c:42:3: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(sigsetmask(~0) & ~(1 << (s - 1))); ^ /usr/include/signal.h:176:44: note: 'sigsetmask' has been explicitly marked deprecated here extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^ /usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' # define __attribute_deprecated__ __attribute__ ((__deprecated__)) ^ unix/sig_block.c:42:14: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] sigsetmask(sigsetmask(~0) & ~(1 << (s - 1))); ^ /usr/include/signal.h:176:44: note: 'sigsetmask' has been explicitly marked deprecated here extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; ^ /usr/include/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__' # define __attribute_deprecated__ __attribute__ ((__deprecated__)) ^ 4 warnings generated. ./ltcompile unix/sig_bug.c ./ltcompile unix/sig_catch.c In file included from unix/sig_catch.c:20: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ 1 warning generated. ./ltcompile unix/sig_child.c ./ltcompile unix/sig_hup.c ./ltcompile unix/sig_int.c ./ltcompile unix/sig_misc.c ./ltcompile unix/sig_pipe.c ./ltcompile unix/sig_quit.c ./ltcompile unix/sig_suspend.c In file included from unix/sig_suspend.c:20: ./sysdeps.h:92:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here extern int select (int __nfds, fd_set *__restrict __readfds, ^ unix/sig_suspend.c:29:3: error: call to undeclared function 'sigpause'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] sigpause(0); ^ 1 warning and 1 error generated. make: *** [Makefile:1274: unix/sig_suspend.lo] Error 1 * ERROR: dev-libs/bglibs-2.04-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-libs/bglibs-2.04-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-libs/bglibs-2.04-r2::gentoo'`. * The complete build log is located at '/var/log/portage/dev-libs:bglibs-2.04-r2:20220916-205143.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/bglibs-2.04-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/bglibs-2.04-r2/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04' * S: '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04'