process_read/write_vm(): fix LTP bugs

This commit is contained in:
Balazs Gerofi
2015-12-18 15:58:44 +09:00
parent 0f8b2aba22
commit d0507f7e9f
2 changed files with 101 additions and 8 deletions

View File

@ -15,5 +15,6 @@
#define INT_MAX 0x7fffffff
#define INT_MIN -0x80000000
#define IOV_MAX 1024
#endif