Changeset 2667

Show
Ignore:
Timestamp:
05/08/05 10:20:09 (3 years ago)
Author:
timothy
Message:

Uses the WEAK_IMPORT_ATTRIBUTE macro.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Colloquy.pch

    r2662 r2667  
    2121 
    2222// define these here so they weak link for Panther letting the binary be backwards compatible 
    23 extern int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options) __attribute__((weak_import))
    24 extern ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options) __attribute__((weak_import))
     23extern int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE
     24extern ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options) WEAK_IMPORT_ATTRIBUTE