Skip to content

Commit

Permalink
Add a note about _BSD_SOURCE behavior changing.
Browse files Browse the repository at this point in the history
Test: None, markdown only
Bug: android/ndk#302
Change-Id: I0cf5dcea4abe5f719bf77050c3bfcbcae05c8e9a
  • Loading branch information
DanAlbert committed Feb 22, 2017
1 parent e08b709 commit e855d0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ Announcements

[Unified Headers]: docs/UnifiedHeaders.md

APIs
----

* `_BSD_SOURCE` will never be defined by the NDK when using unified headers;
the user's setting will be obeyed. When using the deprecated headers, whether
or not this was defined depended on which headers you included. To continue
using `_BSD_SOURCE`, `#define` it in your source files or pass it on the
command line as you would for typical Linux code.

ndk-build
---------

Expand Down

0 comments on commit e855d0f

Please sign in to comment.