summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-07-08 00:52:40 +0000
committerpeter <peter@FreeBSD.org>1998-07-08 00:52:40 +0000
commitd306217e883e7f102fce3e41810679494964038c (patch)
tree7e6430212a7e72d67b42195e5be7bc3ac427314a /include
parentfd6952264304c8da7292a995b4cccdc431307ca5 (diff)
downloadFreeBSD-src-d306217e883e7f102fce3e41810679494964038c.zip
FreeBSD-src-d306217e883e7f102fce3e41810679494964038c.tar.gz
New flag for internal stdio use to enable dynamic string allocation for
asprintf() implementation. Obtained from: Todd Miller <Todd.Miller@courtesan.com> via OpenBSD
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index f183ab0..15cb808 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -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
OpenPOWER on IntegriCloud