mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-29 19:44:41 +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);
|
return (error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* __rtems__ */
|
||||||
|
|
||||||
int
|
int
|
||||||
copyiniov(struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error)
|
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);
|
return (error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef __rtems__
|
||||||
int
|
int
|
||||||
copyinuio(struct iovec *iovp, u_int iovcnt, struct uio **uiop)
|
copyinuio(struct iovec *iovp, u_int iovcnt, struct uio **uiop)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user