summaryrefslogtreecommitdiff
path: root/vos/config.alpha.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-16 15:46:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-16 15:46:05 +0000
commitef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1 (patch)
tree3f41ea20c03accc2c97bfb8338c7219352b71578 /vos/config.alpha.h
parentc758dd7785a50bb172f25f223528b35a0213e9c5 (diff)
downloadperl-ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1.tar.gz
Add HAS_SBRK_PROTO.
p4raw-id: //depot/perl@7710
Diffstat (limited to 'vos/config.alpha.h')
-rw-r--r--vos/config.alpha.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h
index 5736d9274c..f4d8392938 100644
--- a/vos/config.alpha.h
+++ b/vos/config.alpha.h
@@ -1825,6 +1825,15 @@
*/
#define HAS_SANE_MEMCMP /**/
+/* HAS_SBRK_PROTO:
+ * This symbol, if defined, indicates that the system provides
+ * a prototype for the sbrk() function. Otherwise, it is up
+ * to the program to supply one. Good guesses are
+ * extern void* sbrk _((int));
+ * extern void* sbrk _((size_t));
+ */
+/*#define HAS_SBRK_PROTO / **/
+
/* HAS_SEM:
* This symbol, if defined, indicates that the entire sem*(2) library is
* supported.