From: Zbigniew Jędrzejewski-Szmek Date: Tue, 28 Jan 2014 23:23:38 +0000 (-0500) Subject: Get rid of write_safe X-Git-Tag: v209~305 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=87b0284327e34a4b96c22085fa2cdb3219294991;hp=87b0284327e34a4b96c22085fa2cdb3219294991;ds=sidebyside Get rid of write_safe Current glibc implementation is safe. Kernel does this atomically, and write is actually implemented through writev. So if write is async-signal-safe, than writev pretty much must be too. ---