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-obstack_vprintf.c
blob
228a50726b9aa1edad382cda9df966f44ef28787
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
obstack_vprintf
(
struct
obstack
*
obstack
,
const char
*
fmt
,
va_list
ap
)
6
{
7
return
__nldbl_obstack_vprintf
(
obstack
,
fmt
,
ap
);
8
}