sb-posix: Fix getresuid() and getresgid().
commita833d4df8373d42ea359ba0e667cb56ed66b55fc
authorStas Boukarev <stassats@gmail.com>
Mon, 18 Jul 2016 15:56:30 +0000 (18 18:56 +0300)
committerStas Boukarev <stassats@gmail.com>
Mon, 18 Jul 2016 15:56:30 +0000 (18 18:56 +0300)
tree47473d93393980e83e326e0b24e393c742ed858b
parent6081679b3e0fb7292596f77156976ed699c77304
sb-posix: Fix getresuid() and getresgid().

The functions actually accept three arguments, not zero.
Pass pointers to uid-t/gid-t to them, return three values.

Fixes lp#1603806
contrib/sb-posix/interface.lisp