Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Also tmpnam(3) and tempnam(3) are now obsolet...



details:   https://anonhg.NetBSD.org/src/rev/8b13918983f9
branches:  trunk
changeset: 754418:8b13918983f9
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Apr 30 04:55:10 2010 +0000

description:
Also tmpnam(3) and tempnam(3) are now obsolete in POSIX.

diffstat:

 lib/libc/stdio/tmpnam.3 |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r a73ca52a43ef -r 8b13918983f9 lib/libc/stdio/tmpnam.3
--- a/lib/libc/stdio/tmpnam.3   Fri Apr 30 04:46:18 2010 +0000
+++ b/lib/libc/stdio/tmpnam.3   Fri Apr 30 04:55:10 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tmpnam.3,v 1.16 2010/03/22 19:30:54 joerg Exp $
+.\"    $NetBSD: tmpnam.3,v 1.17 2010/04/30 04:55:10 jruoho Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)tmpnam.3   8.2 (Berkeley) 11/17/93
 .\"
-.Dd June 18, 2005
+.Dd April 30, 2010
 .Dt TMPFILE 3
 .Os
 .Sh NAME
@@ -183,6 +183,15 @@
 functions
 conform to
 .St -ansiC .
+All described functions also conform to
+.St -p1003.1-2001 ,
+albeit the
+.Fn tempnam
+and
+.Fn tmpnam
+functions have been marked as obsolete in the
+.St -p1003.1-2008
+revision.
 .Sh BUGS
 These interfaces are provided for
 .At V



Home | Main Index | Thread Index | Old Index