1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Move poll.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 00:22:24 +02:00
parent 7668d2bc0b
commit 50ae094c6f
3 changed files with 4 additions and 4 deletions

View file

@ -288,9 +288,9 @@ netdb/setprotoent.o \
netdb/setservent.o \
pathconf.o \
pipe.o \
poll.o \
poll/poll.o \
poll/ppoll.o \
popen.o \
ppoll.o \
preadv.o \
print.o \
psignal.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/>.
poll.cpp
poll/poll.cpp
Input/output multiplexing.
*******************************************************************************/

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/>.
ppoll.cpp
poll/ppoll.cpp
Input/output multiplexing.
*******************************************************************************/