mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
Kernel: Properly define IOV_MAX
This commit is contained in:
parent
6d59d4d3d9
commit
098af0f846
3 changed files with 5 additions and 4 deletions
|
@ -12,6 +12,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Arbitrary pain threshold.
|
||||
#define IOV_MAX 1024
|
||||
|
||||
struct iovec {
|
||||
void* iov_base;
|
||||
size_t iov_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue