mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-29 05:01:32 +08:00
Enable copyinuio
This commit is contained in:
parent
00ded52cbe
commit
ed3790d482
@ -523,6 +523,8 @@ copyinstrfrom(const void * __restrict src, void * __restrict dst, size_t len,
|
||||
return (error);
|
||||
}
|
||||
|
||||
#endif /* __rtems__ */
|
||||
|
||||
int
|
||||
copyiniov(struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error)
|
||||
{
|
||||
@ -541,6 +543,7 @@ copyiniov(struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error)
|
||||
return (error);
|
||||
}
|
||||
|
||||
#ifndef __rtems__
|
||||
int
|
||||
copyinuio(struct iovec *iovp, u_int iovcnt, struct uio **uiop)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user