]> Pileus Git - ~andy/fetchmail/blobdiff - lock.h
Attempt merging from 6.3.24.
[~andy/fetchmail] / lock.h
diff --git a/lock.h b/lock.h
index 27f63cf0599396f64a59b9778cb3cf268975d024..07d3ec34be536dd81b2e06274f6cc8bc2e1d982d 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -30,8 +30,7 @@ void fm_lock_release(void);
  */
 int  fm_lock_state(void);
 
-/** If atexit(3) is available on the system this software is compiled on,
- * register an exit handler to dipose of the lock on process exit. */
+/** Register an atexit() exit handler to dipose of the lock on process exit. */
 void fm_lock_dispose(void);
 
 #endif