support _BSD_SOURCE feature test macro

patch by Isaac Dunham. matched closely (maybe not exact) to glibc's
idea of what _BSD_SOURCE should make visible.
This commit is contained in:
Rich Felker
2012-05-22 21:52:08 -04:00
parent 7b5467cbae
commit 419ae6d5c9
22 changed files with 126 additions and 41 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ typedef __uint16_t u_int16_t;
typedef __uint32_t u_int32_t;
typedef __uint64_t u_int64_t;
#ifdef _GNU_SOURCE
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
typedef char *caddr_t;
typedef unsigned char u_char;
typedef unsigned short u_short, ushort;