summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2025-02-21 19:32:27 -0500
committerRich Felker <dalias@aerifal.cx>2025-02-21 19:32:27 -0500
commit00fb7107cafc9cd7316f85ae2d8b61e478caaa7f (patch)
tree5633b4ccfa02cdf8385b4854163a90dd842674c1
parent362fc54572553254049b8e9d850725b232ed147d (diff)
downloadmusl-00fb7107cafc9cd7316f85ae2d8b61e478caaa7f.tar.gz
shadow.h: remove declaration of function not implemented
-rw-r--r--include/shadow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/shadow.h b/include/shadow.h
index 2b1be413..a9d6940f 100644
--- a/include/shadow.h
+++ b/include/shadow.h
@@ -28,7 +28,6 @@ void setspent(void);
void endspent(void);
struct spwd *getspent(void);
struct spwd *fgetspent(FILE *);
-struct spwd *sgetspent(const char *);
int putspent(const struct spwd *, FILE *);
struct spwd *getspnam(const char *);