]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update CODING_STYLE a bit
authorLennart Poettering <lennart@poettering.net>
Mon, 29 Feb 2016 19:29:53 +0000 (20:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 Apr 2016 11:43:31 +0000 (13:43 +0200)
CODING_STYLE

index e5ba396368d8f49f3a77e62d82246fa89f26cde1..c2b2e56d5d63fcd18a8ce6b9888139f46527e7fc 100644 (file)
   b) socket() and socketpair() must get SOCK_CLOEXEC passed
   c) recvmsg() must get MSG_CMSG_CLOEXEC set
   d) F_DUPFD_CLOEXEC should be used instead of F_DUPFD, and so on
+  f) invocations of fopen() should take "e"
 
 - We never use the POSIX version of basename() (which glibc defines it in
   libgen.h), only the GNU version (which glibc defines in string.h).