summaryrefslogtreecommitdiff
path: root/vos
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
parentc758dd7785a50bb172f25f223528b35a0213e9c5 (diff)
downloadperl-ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1.tar.gz
Add HAS_SBRK_PROTO.
p4raw-id: //depot/perl@7710
Diffstat (limited to 'vos')
-rw-r--r--vos/config.alpha.def1
-rw-r--r--vos/config.alpha.h9
-rw-r--r--vos/config.ga.def1
-rw-r--r--vos/config.ga.h9
4 files changed, 20 insertions, 0 deletions
diff --git a/vos/config.alpha.def b/vos/config.alpha.def
index 8212ce18bc..5a88cb811b 100644
--- a/vos/config.alpha.def
+++ b/vos/config.alpha.def
@@ -193,6 +193,7 @@ $d_rmdir='define'
$d_safebcpy='undef'
$d_safemcpy='undef'
$d_sanemcmp='define'
+$d_sbrkproto='undef'
$d_sched_yield='undef'
$d_scm_rights='undef'
$d_SCNfldbl='define'
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.
diff --git a/vos/config.ga.def b/vos/config.ga.def
index 88cd75513b..c041b5c686 100644
--- a/vos/config.ga.def
+++ b/vos/config.ga.def
@@ -193,6 +193,7 @@ $d_rmdir='define'
$d_safebcpy='undef'
$d_safemcpy='undef'
$d_sanemcmp='define'
+$d_sbrkproto='undef'
$d_sched_yield='undef'
$d_scm_rights='undef'
$d_SCNfldbl='define'
diff --git a/vos/config.ga.h b/vos/config.ga.h
index 8a259a3205..2fdc4a806d 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.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.