Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/27/2006 20:03:21
Module Name:	src
Committed By:	christos
Date:		Fri Oct 27 20:03:21 UTC 2006

Modified Files:
	src/include: stdio.h

Log Message:
- flags should be unsigned short instead of short.
- add __SAFE flag, to indicate that we want async-signal-safe functionality
  only.
- add snprintf_ss, and vsnprintf_ss; these are undocumented on purpose.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/include/stdio.h

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