gnulib: import select
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 16:55:39 +0000 (12:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 8 Jun 2021 04:47:03 +0000 (00:47 -0400)
commitd20bc122888f03a2d2a5a9162f6287de5a79a8f9
tree74f06af30ead1d46d0c749d1be85b439ce70b698
parent172a7ff54b235e3e30e52976c953f6da8134625d
gnulib: import select

A few sims use this to emulate the syscall & provide network
functionality.
20 files changed:
gnulib/ChangeLog
gnulib/Makefile.gnulib.inc.in
gnulib/Makefile.in
gnulib/aclocal.m4
gnulib/config.in
gnulib/configure
gnulib/import/Makefile.am
gnulib/import/Makefile.in
gnulib/import/m4/gnulib-cache.m4
gnulib/import/m4/gnulib-comp.m4
gnulib/import/m4/select.m4 [new file with mode: 0644]
gnulib/import/m4/socketlib.m4 [new file with mode: 0644]
gnulib/import/m4/sockets.m4 [new file with mode: 0644]
gnulib/import/m4/sys_select_h.m4 [new file with mode: 0644]
gnulib/import/select.c [new file with mode: 0644]
gnulib/import/sockets.c [new file with mode: 0644]
gnulib/import/sockets.h [new file with mode: 0644]
gnulib/import/sys_select.in.h [new file with mode: 0644]
gnulib/import/w32sock.h [new file with mode: 0644]
gnulib/update-gnulib.sh
This page took 0.025626 seconds and 4 git commands to generate.