syscalls: Add utmpx procedures and data structure.
authorLudovic Courtès <ludo@gnu.org>
Thu, 19 Jan 2017 22:21:25 +0000 (23:21 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 19 Jan 2017 22:21:25 +0000 (23:21 +0100)
commit150309726f221c9b982e594466d35f5b895391d5
treec5a90ba7c20b498378f69dd4668e120e258e413c
parent57f068bec5349e250ce321262609ca8978a81f7f
syscalls: Add utmpx procedures and data structure.

* guix/build/syscalls.scm (<utmpx-entry>): New record type.
(%utmpx): New C struct.
(login-type): New bits.
(setutxent, endutxent, getutxent, utmpx-entries): New procedures.
guix/build/syscalls.scm
tests/syscalls.scm