Changeset 2931


Ignore:
Timestamp:
Dec 30, 2006, 6:20:19 AM (19 years ago)
Author:
bird
Message:

cleanup in progress (late night session)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/libc/io/ioctl.c

    r2922 r2931  
    3939int _STD(ioctl)(int fh, unsigned long ulIOControl, ...)
    4040{
    41     LIBCLOG_ENTER("fh=%d ulIOControl=%#lx (%ul)\n", fh, ulIOControl, ulIOControl);
     41    LIBCLOG_ENTER("fh=%d ulIOControl=%#lx (%lu)\n", fh, ulIOControl, ulIOControl);
    4242
    4343    va_list va;
     
    7272 */
    7373#define __IOCLW(a) ((unsigned short)(a))
    74 #endif
    7574
    7675int _STD(ioctl) (int handle, unsigned long request, ...)
     
    151150    __libc_FHPut(pFH);
    152151    return rc;
     152}
    153153#endif
    154 }
Note: See TracChangeset for help on using the changeset viewer.