From a66a5b7209897b92cf64755edd31b9c77eb7c1aa Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Tue, 31 Aug 2010 14:13:28 +0800 Subject: [PATCH] a64l.3: Add description of the function is not thread-safe The function l64a() uses a static variable "result", so it is not thread-safe. Signed-off-by: Peng Haitao --- man3/a64l.3 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/man3/a64l.3 b/man3/a64l.3 index 0c10651..b14550d 100644 --- a/man3/a64l.3 +++ b/man3/a64l.3 @@ -3,7 +3,7 @@ .\" .\" Corrected, aeb, 2002-05-30 .\" -.TH A64L 3 2010-08-29 "" "Linux Programmer's Manual" +.TH A64L 3 2010-08-31 "" "Linux Programmer's Manual" .SH NAME a64l, l64a \- convert between long and base-64 .SH SYNOPSIS @@ -72,6 +72,10 @@ These functions are broken in glibc before 2.2.5 .LP This is not the encoding used by .BR uuencode (1). +.LP +The +.BR l64a () +function is not thread-safe. .SH "SEE ALSO" .BR uuencode (1), .\" .BR itoa (3), -- 1.6.0.1