Commit eaca667e by Ian Lance Taylor

log/syslog: Fix name of C function syslog_c.

From Rainer Orth.

From-SVN: r187596
parent f002c196
......@@ -10,7 +10,7 @@
can't represent a C varargs function in Go. */
void syslog_c(int, const char*)
asm ("libgo_log.syslog.syslog_c");
asm ("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