You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/12/21 12:12:30 UTC

svn commit: r489322 - /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c

Author: hindessm
Date: Thu Dec 21 03:12:27 2006
New Revision: 489322

URL: http://svn.apache.org/viewvc?view=rev&rev=489322
Log:
Make documentation match the code.

Modified:
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c?view=diff&rev=489322&r1=489321&r2=489322
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysl.c Thu Dec 21 03:12:27 2006
@@ -100,8 +100,6 @@
  * @param[in] portLibrary The port library.
  * @param[in] name path Null-terminated string containing the shared library.
  * @param[out] descriptor Pointer to memory which is filled in with shared-library handle on success.
- * @param[out] errBuf Buffer to contain an error message on failure.
- * @param[in] bufLen Size of errBuf.
  * @param[in] decorate Boolean value indicates whether name should be decorated if it contains path information and cannot be found.
  *
  * @return 0 on success, any other value on failure.