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
sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-syslog_chk.c
blob
31ea6a8b9d1cc869380d18edcbf7122829393baf
1
#include
"nldbl-compat.h"
2
3
void
4
attribute_hidden
5
__syslog_chk
(
int
pri
,
int
flag
,
const char
*
fmt
, ...)
6
{
7
va_list
ap
;
8
9
va_start
(
ap
,
fmt
);
10
__nldbl___vsyslog_chk
(
pri
,
flag
,
fmt
,
ap
);
11
va_end
(
ap
);
12
}