Deleted Added
full compact
52,53c52
< errno = EINVAL;
< rval = -1;
---
> rval = EINVAL;
73,74c72
< errno = ESRCH;
< rval = -1;
---
> rval = ESRCH;