mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-21 12:29:42 +00:00
gdr-ftp
fd73dca790
syslog.c:
- added thread safe functions syslogmt and vsyslogmt. - minor changes to sendPort to make it thread safe - moved variadic wrappers to the end of the file so that the command line optimize/debug levels get propogated through the rest of the source during compilation. - changed the mechanism by which sendPort waits for it's buffer to be released by syslogd - since ctime(3) is not thread safe, add a flag to the SyslogDataBuffer_t that tells syslogd(8) to add the appropriate time stamp. This is easier than implementing thread safe versions of ctime and localtime.
Description
GNO is the UNIX-like environment for the Apple IIgs
Languages
C
64.7%
Roff
18.6%
Assembly
13.1%
Makefile
1.3%
C++
1.1%
Other
0.9%