History log of /seL4-test-master/projects/musllibc/src/passwd/putgrent.c
Revision Date Author Comments
# 57174444 11-Dec-2013 Szabolcs Nagy <nsz@port70.net>

include cleanups: remove unused headers and add feature test macros


# 3fd1acbf 05-Nov-2013 Michael Forney <mforney@mforney.org>

putgrent: Add missing newline


# a3b98a11 05-Nov-2013 Michael Forney <mforney@mforney.org>

putgrent: Stop writing output on first failure

This way, if an fprintf fails, we get an incomplete group entry rather
than a corrupted one.


# ddfb267b 04-Apr-2013 Rich Felker <dalias@aerifal.cx>

add put*ent functions for passwd/group files and similar for shadow

since shadow does not yet support enumeration (getspent), the
corresponding FILE-based get and put versions are also subbed out for
now. this is partly out of laziness and partly because it's not clear
how they should work in the presence of TCB shadow files. the stubs
should make it possible to compile some software that expects them to
exist, but such software still may not work properly.