* cygwin.din: Add vsyslog.
* fhandler.cc (fhandler_base::write): Only make file sparse if the seeked area is >= 128K. * syslog.cc (vsyslog): New function, overtaking functionality from syslog. (syslog): Just call vsyslog. * include/cygwin/version.h: Bump API minor. * include/sys/syslog.h: Add vsyslog declaration.
This commit is contained in:
@@ -1300,6 +1300,7 @@ sysconf
|
||||
_sysconf = sysconf
|
||||
syslog
|
||||
_syslog = syslog
|
||||
vsyslog
|
||||
system
|
||||
_system = system
|
||||
tan
|
||||
|
Reference in New Issue
Block a user