From eead9775cb3b442f8330879eebdeaf8971f49eca Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Mar 2007 16:51:12 +0000 Subject: [PATCH] Restructure header files for POSIX compliance; eliminate compile warnings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxUserGuide.html | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 48be3bee852..4efacd9fd76 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -1492,7 +1492,8 @@ This parameter is required but not used in the present implementation.
  • value. The value parameter is type unsigned int. The semaphore is created with an initial value of value. Valid initial values for -semaphores must be less than or equal to SEM_MAX_VALUE. +semaphores must be less than or equal to SEM_VALUE_MAX (defined in +include/limits.h). @@ -2406,18 +2407,11 @@ in the si_code member. The content of si_value is only meaningful if the signal was generated by sigqueue(). The following values for si_code are defined in signal.h: