diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-16 15:46:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-16 15:46:05 +0000 |
commit | ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1 (patch) | |
tree | 3f41ea20c03accc2c97bfb8338c7219352b71578 /uconfig.h | |
parent | c758dd7785a50bb172f25f223528b35a0213e9c5 (diff) | |
download | perl-ef9f17be917c8cd6b7df3ddfb35bc3e8431ce7b1.tar.gz |
Add HAS_SBRK_PROTO.
p4raw-id: //depot/perl@7710
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |