syslog: Fix name of C syslog function.
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Dec 2011 16:46:44 +0000 (16:46 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Dec 2011 16:46:44 +0000 (16:46 +0000)
From Rainer Orth.

From-SVN: r182168

libgo/go/log/syslog/syslog_c.c

index f49b9ffcb1c27040865f374c9ac1b375e7e51a21..5809d0a94a9cb78d9caaa21efba40d78a5c367c4 100644 (file)
@@ -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)