Changeset 3211


Ignore:
Timestamp:
Apr 24, 2007, 11:57:38 PM (18 years ago)
Author:
bird
Message:

Don't export ITIMER_VIRTUAL and other unimplemented stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/essentials/dev-lang/perl/ext/Time/HiRes/HiRes.xs

    r3181 r3211  
    5252 * is not supported in Cygwin as of August 2004, ditto for Win32.
    5353 * Neither are ITIMER_PROF or ITIMER_REALPROF implemented.  --jhi
     54 * Ditto for kLIBC. --bird
    5455 */
    55 #if defined(__CYGWIN__) || defined(WIN32)
     56#if defined(__CYGWIN__) || defined(WIN32) || define(__KLIBC__)
    5657#   undef ITIMER_VIRTUAL
    5758#   undef ITIMER_PROF
Note: See TracChangeset for help on using the changeset viewer.