Changeset 4121:c3fe9bd0a57a in roaraudio


Ignore:
Timestamp:
08/08/10 16:33:29 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

sometimes the GNU64 things are the same as the STD things...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r4081 r4121  
    18231823  case F_SETLKW: 
    18241824#ifdef F_GETLK64 
     1825#if F_GETLK64 != F_GETLK 
    18251826  case F_GETLK64: 
    18261827#endif 
     1828#endif 
    18271829#ifdef F_SETLK64 
     1830#if F_SETLK64 != F_SETLK 
    18281831  case F_SETLK64: 
    18291832#endif 
     1833#endif 
    18301834#ifdef F_SETLKW64 
     1835#if F_SETLKW64 != F_SETLKW 
    18311836  case F_SETLKW64: 
     1837#endif 
    18321838#endif 
    18331839    type = POINTER; 
Note: See TracChangeset for help on using the changeset viewer.