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
Add missing export of fallocate64 on 32-bit platforms.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vfwprintf_chk.c
blob
b3b69f0571bdcf75335488e0ed677739a850a3ee
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__vfwprintf_chk
(
FILE
*
s
,
int
flag
,
const wchar_t
*
fmt
,
va_list
ap
)
6
{
7
return
__nldbl___vfwprintf_chk
(
s
,
flag
,
fmt
,
ap
);
8
}