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:
parent
7668d2bc0b
commit
50ae094c6f
3 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue