NetBSD-Bugs archive

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

PR/41325 CVS commit: src



The following reply was made to PR standards/41325; it has been noted by GNATS.

From: Klaus Klein <kleink%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41325 CVS commit: src
Date: Wed, 22 Jul 2009 19:48:27 +0000

 Module Name:   src
 Committed By:  kleink
 Date:          Wed Jul 22 19:48:27 UTC 2009
 
 Modified Files:
        src/include: string.h unistd.h
        src/lib/libc/string: strsignal.3 strsignal.c
 
 Log Message:
 Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust
 documentation accordingly.
 
 Fixes PR standards/41325 from Perry E. Metzger.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.38 -r1.39 src/include/string.h
 cvs rdiff -u -r1.120 -r1.121 src/include/unistd.h
 cvs rdiff -u -r1.9 -r1.10 src/lib/libc/string/strsignal.3
 cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/strsignal.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index