Commit 9820d09c by Ian Lance Taylor

syslog: Fix name of C syslog function.

From Rainer Orth.

From-SVN: r182168
parent ec2c7255
......@@ -10,7 +10,7 @@
can't represent a C varargs function in Go. */
void syslog_c(int, const char*)
asm ("libgo_syslog.syslog.syslog_c");
asm ("libgo_log.syslog.syslog_c");
void
syslog_c (int priority, const char *msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment