From f5e48e94a2f4d4bbd6e5628c7f2afafc6dbcc459 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Mar 2024 17:28:52 -0500 Subject: build: Build mlibc + add distclean target Signed-off-by: Ian Moffett --- lib/mlibc/options/glibc/include/shadow.h | 42 -------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 lib/mlibc/options/glibc/include/shadow.h (limited to 'lib/mlibc/options/glibc/include/shadow.h') diff --git a/lib/mlibc/options/glibc/include/shadow.h b/lib/mlibc/options/glibc/include/shadow.h deleted file mode 100644 index caad9cf..0000000 --- a/lib/mlibc/options/glibc/include/shadow.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef _SHADOW_H -#define _SHADOW_H - -#include -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif - -struct spwd { - char *sp_namp; - char *sp_pwdp; - int32_t sp_lstchg; - int32_t sp_min; - int32_t sp_max; - int32_t sp_warn; - int32_t sp_inact; - int32_t sp_expire; - uint32_t sp_flag; -}; - -#define SHADOW _PATH_SHADOW - -#ifndef __MLIBC_ABI_ONLY - -int putspent(const struct spwd *, FILE *); -int lckpwdf(void); -int ulckpwdf(void); -struct spwd *getspnam(const char *); -int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **); -struct spwd *fgetspent(FILE *); -void endspent(void); - -#endif /* !__MLIBC_ABI_ONLY */ - -#ifdef __cplusplus -} -#endif - -#endif -- cgit v1.2.3