Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
3974 mistake on stdlib.h
Browse files Browse the repository at this point in the history
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Approved by: Dan McDonald <danmcd@nexenta.com>
  • Loading branch information
ikozhukhov authored and Dan McDonald committed Aug 22, 2013
1 parent 2a12f85 commit 60c49c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/head/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ extern char *ulltostr(unsigned long long, char *);

#else /* not __STDC__ */

#if defined(__EXTENSIONS__) || !defined(_XOPEN_OR_POSIX) || \
#if defined(__EXTENSIONS__) || !defined(__XOPEN_OR_POSIX) || \
(_POSIX_C_SOURCE - 0 >= 199506L) || defined(_REENTRANT)
extern int rand_r();
#endif /* defined(__EXTENSIONS__) || defined(_REENTRANT) ... */
Expand Down

0 comments on commit 60c49c6

Please sign in to comment.