[Pcsclite-cvs-commit] r2027 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Tue May 2 06:56:06 UTC 2006


Author: rousseau
Date: 2006-05-02 06:56:03 +0000 (Tue, 02 May 2006)
New Revision: 2027

Modified:
   trunk/PCSC/src/sys_unix.c
Log:
SYS_MemoryMap(): document in Doxygen that the function returns
MAP_FAILED in case of error


Modified: trunk/PCSC/src/sys_unix.c
===================================================================
--- trunk/PCSC/src/sys_unix.c	2006-04-23 18:33:20 UTC (rev 2026)
+++ trunk/PCSC/src/sys_unix.c	2006-05-02 06:56:03 UTC (rev 2027)
@@ -307,6 +307,7 @@
  * @param[in] iOffset Start point of the file to be mapped in memory.
  *
  * @return Address of the memory map.
+ * @retval MAP_FAILED in case of error
  */
 INTERNAL void *SYS_MemoryMap(int iSize, int iFid, int iOffset)
 {




More information about the Pcsclite-cvs-commit mailing list