Sign in
akaros
/
upstream
/
0131abaccf13143ebcb907d083ecfbe118f9ba49
/
.
/
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
);