summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/os_pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/os_pwd.h')
-rw-r--r--ACE/ace/os_include/os_pwd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ACE/ace/os_include/os_pwd.h b/ACE/ace/os_include/os_pwd.h
index c5d591f2b7d..412f9f045af 100644
--- a/ACE/ace/os_include/os_pwd.h
+++ b/ACE/ace/os_include/os_pwd.h
@@ -36,19 +36,6 @@ extern "C"
{
#endif /* __cplusplus */
-#if !defined (ACE_WIN32)
-// VAC++ doesn't correctly grok the ::getpwnam_r - the function is redefined
-// in pwd.h, and that redefinition is used here
-# if defined (_AIX) && defined (__IBMCPP__) && (__IBMCPP__ >= 400)
- extern int _posix_getpwnam_r(const char *, struct passwd *, char *,
- int, struct passwd **);
-# endif /* AIX and VAC++ 4 */
-#endif /* !ACE_WIN32 */
-
-#if defined (DIGITAL_UNIX)
- extern int _Pgetpwnam_r (const char *, struct passwd *,
- char *, size_t, struct passwd **);
-#endif /* DIGITAL_UNIX */
#ifdef __cplusplus
}