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>
Mon, 8 Apr 2013 10:52:28 +0000 (13:52 +0300)
commit342ac1dc1a5ebc9aef55808b2d42436be3efb88d
tree96a3e3cdbb8ccaa68dffe5ce932cb1545112fa02
parentbd0daeaa5e717c43c4a3125aad51dc241652474f
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.
xseg/sys/user/_sysutil.h
xseg/sys/user/xseg_user.c