mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 10:30:43 +08:00
syslog: Fix name of C syslog function.
From Rainer Orth. From-SVN: r182168
This commit is contained in:
parent
ec2c72551e
commit
9820d09c26
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user