This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27330] natSystemProperties.cc:213: error: 'getpwuid_r' was not declared in this scope
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 26 Apr 2006 22:47:12 -0000
- Subject: [Bug libgcj/27330] natSystemProperties.cc:213: error: 'getpwuid_r' was not declared in this scope
- References: <bug-27330-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from danglin at gcc dot gnu dot org 2006-04-26 22:47 -------
Hmmm, the manpage says this function is obsolete. It looks like
'_REENTRANT' and '_PTHREADS_DRAFT4' both need to be defined to get
the proto.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27330