mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move sys/select.h functions into their own directory.
This commit is contained in:
parent
c4715aef59
commit
e8bc31b798
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,6 @@ remove.o \
|
|||
renameat.o \
|
||||
rename.o \
|
||||
scanf.o \
|
||||
select.o \
|
||||
signal/kill.o \
|
||||
signal/psignal.o \
|
||||
signal/raise.o \
|
||||
|
@ -259,6 +258,7 @@ stdlib/rand.o \
|
|||
stdlib/realpath.o \
|
||||
stdlib/system.o \
|
||||
sys/display/dispmsg_issue.o \
|
||||
sys/select/select.o \
|
||||
sys/socket/accept4.o \
|
||||
sys/socket/accept.o \
|
||||
sys/socket/bind.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
select.cpp
|
||||
sys/select/select.cpp
|
||||
Waiting on multiple file descriptors.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue