mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move sys/wait.h functions into their own directory.
This commit is contained in:
parent
ecb5744afb
commit
9e6cfc3e13
3 changed files with 4 additions and 4 deletions
|
@ -298,6 +298,8 @@ sys/uio/preadv.o \
|
|||
sys/uio/pwritev.o \
|
||||
sys/uio/readv.o \
|
||||
sys/uio/writev.o \
|
||||
sys/wait/wait.o \
|
||||
sys/wait/waitpid.o \
|
||||
termios/tcgetwinsize.o \
|
||||
time/clock_getres.o \
|
||||
time/clock_gettime.o \
|
||||
|
@ -398,8 +400,6 @@ unistd/usleep.o \
|
|||
unistd/write.o \
|
||||
utime.o \
|
||||
vscanf.o \
|
||||
wait.o \
|
||||
waitpid.o \
|
||||
|
||||
OBJS=\
|
||||
$(FREEOBJS) \
|
||||
|
|
|
@ -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/>.
|
||||
|
||||
wait.cpp
|
||||
sys/wait/wait.cpp
|
||||
Wait for child process.
|
||||
|
||||
*******************************************************************************/
|
|
@ -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/>.
|
||||
|
||||
waitpid.cpp
|
||||
sys/wait/waitpid.cpp
|
||||
Wait for child process.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue