Ignore:
Timestamp:
Jul 24, 2011, 5:42:39 PM (14 years ago)
Author:
bird
Message:

restartable-syscall-wrappers.c: Fixed open and open64 wrappers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/restartable-syscall-wrappers.c

    r2470 r2507  
    156156    static union
    157157    {
    158         int (* pfnReal)(const char *, int, mode_t);
     158        int (* pfnReal)(const char *, int, ...);
    159159        void *pvSym;
    160160    } s_u;
     
    182182    static union
    183183    {
    184         int (* pfnReal)(const char *, int, mode_t);
     184        int (* pfnReal)(const char *, int, ...);
    185185        void *pvSym;
    186186    } s_u;
Note: See TracChangeset for help on using the changeset viewer.