log/syslog: Fix name of C function syslog_c.

From Rainer Orth.

From-SVN: r187597
This commit is contained in:
Ian Lance Taylor 2012-05-16 14:52:21 +00:00
parent 3658f3f07d
commit 7c442fde89
1 changed files with 1 additions and 1 deletions

View File

@ -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)