-
Bug
-
Resolution: Fixed
-
P4
-
hs25
-
b08
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8003113 | 8 | Staffan Larsen | P4 | Closed | Fixed | b64 |
Many of the files in src/os/bsd have #ifdefs using _ALLBSD_SOURCE. Since these files are always compiled with that define, the #ifdefs serve no purpose.
The #ifdefs were added during the initial porting to bsd to show what the differences were compared to the linux source that was used as a base.
The #ifdefs were added during the initial porting to bsd to show what the differences were compared to the linux source that was used as a base.
- backported by
-
JDK-8003113 Remove usage of _ALLBSD_SOURCE in bsd files
-
- Closed
-
- relates to
-
JDK-8275070 Make conditional compilation symbolic constants consistent
-
- Open
-