diff options
author | Rich Felker <dalias@aerifal.cx> | 2025-02-21 19:32:27 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2025-02-21 19:32:27 -0500 |
commit | 00fb7107cafc9cd7316f85ae2d8b61e478caaa7f (patch) | |
tree | 5633b4ccfa02cdf8385b4854163a90dd842674c1 | |
parent | 362fc54572553254049b8e9d850725b232ed147d (diff) | |
download | musl-00fb7107cafc9cd7316f85ae2d8b61e478caaa7f.tar.gz |
shadow.h: remove declaration of function not implemented
-rw-r--r-- | include/shadow.h | 1 |
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 *); |