summaryrefslogtreecommitdiff
path: root/devel/librfuncs/DESCR
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-10-23 12:17:04 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-10-23 12:17:04 +0000
commite26f2dd57eba71c0c8e57c70073209ceab704d12 (patch)
treebcbede672c9e46667fba9d4197532eb49e69bc01 /devel/librfuncs/DESCR
parent6f0f91584e9c391a16aea2d5e773e17b1a0ad2b0 (diff)
downloadpkgsrc-e26f2dd57eba71c0c8e57c70073209ceab704d12.tar.gz
Provides missing POSIX *_r functions: ttyname_r(), getenv_r() and
strerror_r(). These are thread safe versions of the corresponding functions without the "_r". The package is implemented so that it may be used simply by including it's buildlink3.mk file.
Diffstat (limited to 'devel/librfuncs/DESCR')
-rw-r--r--devel/librfuncs/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/librfuncs/DESCR b/devel/librfuncs/DESCR
new file mode 100644
index 00000000000..368adde7801
--- /dev/null
+++ b/devel/librfuncs/DESCR
@@ -0,0 +1,6 @@
+Provides missing POSIX *_r functions: ttyname_r(),
+getenv_r() and strerror_r(). These are thread safe
+versions of the corresponding functions without
+the "_r". The package is implemented so that it
+may be used simply by including it's buildlink3.mk
+file.