ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtio.h
(Generate patch)

Comparing ray/src/common/rtio.h (file contents):
Revision 3.10 by greg, Thu Mar 3 22:06:18 2016 UTC vs.
Revision 3.11 by greg, Thu Mar 3 22:09:59 2016 UTC

# Line 11 | Line 11
11   #include  <fcntl.h>
12   #include  <string.h>
13  
14 + #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
15 + #undef getc
16 + #undef putc
17 + #define getc    getc_unlocked
18 + #define putc    putc_unlocked
19 + #endif
20 +
21   #ifdef __cplusplus
22   extern "C" {
23   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines