[PATCH] index: Don't mention that glibc provides the crypt function.

Collin Funk collin.funk1@gmail.com
Mon Sep 22 04:52:46 GMT 2025


This function was removed from glibc in version 2.39.
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 226fffe..4a6a47b 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,7 @@
   APIs include such foundational facilities as <tt>open</tt>,
   <tt>read</tt>, <tt>write</tt>, <tt>malloc</tt>, <tt>printf</tt>,
   <tt>getaddrinfo</tt>, <tt>dlopen</tt>, <tt>pthread_create</tt>,
-  <tt>crypt</tt>, <tt>login</tt>, <tt>exit</tt> and more.
+  <tt>login</tt>, <tt>exit</tt> and more.
 </p>
 <p>
   The GNU C Library is designed to be a backwards compatible,
-- 
2.51.0



More information about the Libc-alpha mailing list