mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 22:11:30 +08:00
log/syslog: Fix name of C function syslog_c.
From Rainer Orth. From-SVN: r187596
This commit is contained in:
parent
f002c19630
commit
eaca667ecf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user