aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/dummy-libs/libcrypt/src/dummy.cpp
blob: 6c3a4c22f9452df7c6033ece6eb83fd41fb4b840 (plain)
1
2
3
4
5
6

// We build an empty libcrypt because shadow expects -lcrypt
// The actual crypt functions reside inside libc

extern "C" void __mlibc_libcrypt_dummy(void) { }