summaryrefslogtreecommitdiff
path: root/nss/getXXbyYY.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-18 19:22:04 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-18 19:22:04 +0000
commitb74c71e87f702b273f2e88d0e29aa1c683c546f1 (patch)
tree2babc5ba9b29435f5b425a66dc5ac94520256db1 /nss/getXXbyYY.c
parentda0c6e6adf23838513e8dca63899ca8247ea6ac3 (diff)
Update.
* posix/sched.h: Remove internal interfaces. * include/sched.h: Add internal interfaces. * nss/getXXbyYY.c: Provide variable h_errnop to help shared code.
Diffstat (limited to 'nss/getXXbyYY.c')
-rw-r--r--nss/getXXbyYY.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nss/getXXbyYY.c b/nss/getXXbyYY.c
index 7a52e9d3ba..1a8271ea6b 100644
--- a/nss/getXXbyYY.c
+++ b/nss/getXXbyYY.c
@@ -85,6 +85,9 @@ FUNCTION_NAME (ADD_PARAMS)
int save;
#ifdef NEED_H_ERRNO
int h_errno_tmp = 0;
+# ifdef HANDLE_DIGITS_DOTS
+ int *const h_errnop = &h_errno_tmp;;
+# endif
#endif
/* Get lock. */