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