Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/include add fgetwln.



details:   https://anonhg.NetBSD.org/src/rev/28fc08bfce11
branches:  trunk
changeset: 580904:28fc08bfce11
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun May 15 13:09:13 2005 +0000

description:
add fgetwln.

diffstat:

 lib/libc/include/namespace.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b4b6cb1514bc -r 28fc08bfce11 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h      Sun May 15 10:15:47 2005 +0000
+++ b/lib/libc/include/namespace.h      Sun May 15 13:09:13 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namespace.h,v 1.100 2005/04/07 16:26:35 christos Exp $ */
+/*     $NetBSD: namespace.h,v 1.101 2005/05/15 13:09:13 yamt Exp $     */
 
 /*-
  * Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -190,6 +190,7 @@
 #define execvp                 _execvp
 #define fdopen                 _fdopen
 #define fgetln                 _fgetln
+#define fgetwln                        _fgetwln
 #define fhstatvfs              _fhstatvfs
 #define flockfile              _flockfile
 #define ftrylockfile           _ftrylockfile



Home | Main Index | Thread Index | Old Index