summaryrefslogtreecommitdiff
path: root/uconfig.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 /uconfig.h
parentc758dd7785a50bb172f25f223528b35a0213e9c5 (diff)
downloadperl-ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1.tar.gz
Add HAS_SBRK_PROTO.
p4raw-id: //depot/perl@7710
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index 218dc55546..a00eed1972 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3207,4 +3207,13 @@
*/
# HAS_FSYNC /**/
+/* 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 / **/
+
#endif