]> sourceware.org Git - newlib-cygwin.git/commit
Fix sys/reent.h to remove use of DEBUG flag.
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 9 Jan 2017 23:21:19 +0000 (18:21 -0500)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 10 Jan 2017 17:19:03 +0000 (12:19 -0500)
commite0477b4a0ba2b842d4f81350f7fa9a03b1f3d27b
tree36fa925a1278b73ccffa6bd186e0aa789ab4d935
parent171046da733f1f5cdbbf51319f45816e2315dfc7
Fix sys/reent.h to remove use of DEBUG flag.

- use of DEBUG flag is non-standard and interferes with other
  project's using same flag
- change to be _REENT_CHECK_DEBUG which means the flag is
  allowing debugging of _REENT_CHECK macros
- use #ifdef instead of #if
newlib/libc/include/sys/reent.h
This page took 0.027904 seconds and 5 git commands to generate.