Ignore:
Timestamp:
07/16/08 23:54:35 (5 years ago)
Author:
sam
Message:
  • lib-mem.c: add pre-include macro to get getc_unlocked() on OpenSolaris?.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/lib-stream.c

    r2554 r2557  
    2121/* Needed for getline() and getdelim() */ 
    2222#define _GNU_SOURCE 
     23/* Needed for getc_unlocked() on OpenSolaris */ 
     24#define __EXTENSIONS__ 
    2325 
    2426#if defined HAVE___SREFILL || defined HAVE___FILBUF 
Note: See TracChangeset for help on using the changeset viewer.