Move sys/select.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 13:01:37 +02:00
parent c4715aef59
commit e8bc31b798
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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.
*******************************************************************************/