mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
New flag for internal stdio use to enable dynamic string allocation for
asprintf() implementation. Obtained from: Todd Miller <Todd.Miller@courtesan.com> via OpenBSD
This commit is contained in:
parent
07b64a25d2
commit
b5fe8fabda
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37489
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)stdio.h 8.5 (Berkeley) 4/29/95
|
||||
* $Id: stdio.h,v 1.17 1998/05/05 21:59:19 jb Exp $
|
||||
* $Id: stdio.h,v 1.18 1998/06/14 16:04:20 bde Exp $
|
||||
*/
|
||||
|
||||
#ifndef _STDIO_H_
|
||||
@ -146,6 +146,7 @@ __END_DECLS
|
||||
#define __SNPT 0x0800 /* do not do fseek() optimization */
|
||||
#define __SOFF 0x1000 /* set iff _offset is in fact correct */
|
||||
#define __SMOD 0x2000 /* true => fgetln modified _p text */
|
||||
#define __SALC 0x4000 /* allocate string space dynamically */
|
||||
|
||||
/*
|
||||
* The following three definitions are for ANSI C, which took them
|
||||
|
Loading…
Reference in New Issue
Block a user