repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-syslog.c
blob
8687e9f54097e4e10cbac833725fd7ef8e32c39a
1
#include
"nldbl-compat.h"
2
3
void
4
attribute_hidden
5
syslog
(
int
pri
,
const char
*
fmt
, ...)
6
{
7
va_list
ap
;
8
va_start
(
ap
,
fmt
);
9
__nldbl_vsyslog
(
pri
,
fmt
,
ap
);
10
va_end
(
ap
);
11
}