Skip to content

Commit

Permalink
Define result to *result before including digits_dots.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 30, 2000
1 parent f6bb547 commit 6044517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nss/getXXbyYY_r.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ INTERNAL (REENTRANT_NAME) (ADD_PARAMS, LOOKUP_TYPE *resbuf, char *buffer,
return errno;
}
# define resbuf (*resbuf)
# define result *result
# include "digits_dots.c"
# undef resbuf
# undef result
#endif

#ifdef USE_NSCD
Expand Down

0 comments on commit 6044517

Please sign in to comment.