summaryrefslogtreecommitdiffstats
path: root/bsp-howto/miscellanous_support.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsp-howto/miscellanous_support.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-howto/miscellanous_support.rst b/bsp-howto/miscellanous_support.rst
index cea744d..77b7194 100644
--- a/bsp-howto/miscellanous_support.rst
+++ b/bsp-howto/miscellanous_support.rst
@@ -138,7 +138,7 @@ prototype for this routine:
.. code-block:: c
- void * sbrk(size_t increment)
+ void * sbrk(ptrdiff_t increment)
The ``increment`` amount is based upon the ``sbrk_amount`` parameter passed to
the ``bsp_libc_init`` during system initialization.