Module Name:    src
Committed By:   christos
Date:           Wed Jan  8 02:16:03 UTC 2014

Modified Files:
        src/include: stdlib.h

Log Message:
add ptsname_r


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/include/stdlib.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/stdlib.h
diff -u src/include/stdlib.h:1.106 src/include/stdlib.h:1.107
--- src/include/stdlib.h:1.106	Fri Apr 26 14:07:43 2013
+++ src/include/stdlib.h	Tue Jan  7 21:16:03 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: stdlib.h,v 1.106 2013/04/26 18:07:43 christos Exp $	*/
+/*	$NetBSD: stdlib.h,v 1.107 2014/01/08 02:16:03 christos Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -302,6 +302,7 @@ void	 cfree(void *);
 int	 heapsort(void *, size_t, size_t, int (*)(const void *, const void *));
 int	 mergesort(void *, size_t, size_t,
 	    int (*)(const void *, const void *));
+int	 ptsname_r(int, char *, size_t);
 int	 radixsort(const unsigned char **, int, const unsigned char *,
 	    unsigned);
 int	 sradixsort(const unsigned char **, int, const unsigned char *,

Reply via email to