Sign in
akaros
/
upstream
/
1bdff417bf370e0b4401b72426bbbbc94a9c7fe5
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
lcpwdf.c
blob: 3967980e782b6e6dc688ce3e1c2851e26858a061 [
file
] [
log
] [
blame
]
#include
<shadow.h>
/* glibc has a version of this that might work. or we can ignore it */
int
__lckpwdf
(
void
)
{
return
0
;
}
weak_alias
(
__lckpwdf
,
lckpwdf
);
stub_warning
(
lckpwdf
);