OSDN Git Service

syslog: Fix name of C syslog function.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Dec 2011 16:46:44 +0000 (16:46 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Dec 2011 16:46:44 +0000 (16:46 +0000)
From Rainer Orth.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182168 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/go/log/syslog/syslog_c.c

index f49b9ff..5809d0a 100644 (file)
@@ -10,7 +10,7 @@
    can't represent a C varargs function in Go.  */
 
 void syslog_c(int, const char*)
    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)
 
 void
 syslog_c (int priority, const char *msg)