Fix user space logrotation bug.
authorFilippos Giannakos <philipgian@grnet.gr>
Mon, 8 Apr 2013 10:52:28 +0000 (13:52 +0300)
committerFilippos Giannakos <philipgian@grnet.gr>
Fri, 17 May 2013 08:57:54 +0000 (11:57 +0300)
commite78a936f80b8cf97289e8467f0fa45692606fe09
treef6f1ae376d7aa6240bb55a9ddbb1a492f4483eb1
parent14c1616a3be53c6c46ecbf2e12da2fbb1ee47244
Fix user space logrotation bug.

Replace file stream functions in user space logging with their file descriptor
counter parts, which are safe to be called from a signal handler.
(cherry picked from commit 342ac1dc1a5ebc9aef55808b2d42436be3efb88d)
xseg/sys/user/_sysutil.h
xseg/sys/user/xseg_user.c