summaryrefslogtreecommitdiff
path: root/sal/osl/unx/readwrite_helper.c
AgeCommit message (Collapse)Author
2014-11-19readwrite_helper.c -> readwrite_helper.cxxStephan Bergmann
Change-Id: I6d9f43a18e13cb291cb678b6faeeed7c0ec9de1a
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-05-03Properly advance the data / buffer pointer.Julien Chaffraix
Spotted by Michael Meeks.
2011-05-03Handled EINTR in safeWrite.Julien Chaffraix
This makes us match safeRead's behavior. Spotted by Michael Meeks.
2011-04-26Introduced safeRead.Julien Chaffraix
Same function as safeWrite. Converted some methods in process.c to use it. This usually simplifies the code and add better error checking.
2011-04-26Refactored the safeWrite method in a new file.Julien Chaffraix
This enables other files to use it, which will be added in a follow-up step.