Changeset 162 for trunk/src/slib.c


Ignore:
Timestamp:
Feb 1, 2008, 1:03:47 AM (17 years ago)
Author:
katerina
Message:

Fix for ticket #89, #90, and #91 (locking,compile failure).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/slib.c

    r144 r162  
    577577}
    578578
    579 #if !defined(HOST_IS_I86SOLARIS)
    580 #if !defined (_GNU_SOURCE) && !defined(__linux__)
    581 /* flawfinder: ignore */
    582 extern int vsnprintf ( char *str, size_t n,
    583                        const char *format, va_list ap );
    584 #endif
    585 #endif
    586579
    587580#if !defined (VA_COPY)
Note: See TracChangeset for help on using the changeset viewer.