mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Add readv, writev.
This commit is contained in:
@@ -73,6 +73,9 @@ posix_memalign_SOURCES = posix_memalign.c
|
||||
check_PROGRAMS += read
|
||||
read_SOURCES = read.c
|
||||
|
||||
check_PROGRAMS += readv
|
||||
readv_SOURCES = readv.c
|
||||
|
||||
check_PROGRAMS += realloc
|
||||
realloc_SOURCES = realloc.c
|
||||
|
||||
@@ -114,3 +117,6 @@ waitpid_SOURCES = waitpid.c
|
||||
|
||||
check_PROGRAMS += write
|
||||
write_SOURCES = write.c
|
||||
|
||||
check_PROGRAMS += writev
|
||||
writev_SOURCES = writev.c
|
||||
|
||||
Reference in New Issue
Block a user