boringssl/crypto/bio
Khem Raj 241364c6f4 Demand for newer POSIX macro
Reason for change: Define _POSIX_C_SOURCE such that it demands correct
posix interfaces, netdb.h declares interfaces such as
getaddrinfo if __USE_POSIX, i.e. POSIX.1:1990 or later.
However, these interfaces were new in the 2001 edition of POSIX
therefore ask for Extension from POSIX.1:2001 since we use addrinfo
structure here.

Change-Id: Icb1c92745d1a0ca958108ae80c270c630628729e
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Reviewed-on: https://boringssl-review.googlesource.com/5253
Reviewed-by: Adam Langley <agl@google.com>
2015-07-06 22:41:16 +00:00
..
bio_mem.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bio_test.cc Add |BIO_read_asn1| to read a single ASN.1 object. 2015-05-27 15:21:56 -07:00
bio.c Restore |ERR_print_errors()|. 2015-06-23 21:41:24 +00:00
buffer.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
connect.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
fd.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
file.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
hexdump.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
internal.h Clean up use of Windows Platform SDK headers. 2015-01-28 20:36:49 +00:00
pair.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
printf.c Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
socket_helper.c Demand for newer POSIX macro 2015-07-06 22:41:16 +00:00
socket.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00