summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/bits/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* Cygwin: create separate bits/byteswap.hYaakov Selkowitz2017-02-081-0/+37
Match glibc behaviour to expose the public bswap_* macros only with an explicity #include <byteswap.h>; #include'ing <endian.h> should not expose them. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>