VirtualBox

Changeset 13836 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Nov 5, 2008 2:42:54 AM (16 years ago)
Author:
vboxsync
Message:

s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp

    r8245 r13836  
    666666            case OSPRIOSUP_PROCESS_AND_THREAD_LEVEL:
    667667                pa = g_aProcessAndThread;
    668                 c = ELEMENTS(g_aProcessAndThread);
     668                c = RT_ELEMENTS(g_aProcessAndThread);
    669669                break;
    670670            case OSPRIOSUP_THREAD_LEVEL:
    671671                pa = g_aUnixConfigs;
    672                 c = ELEMENTS(g_aUnixConfigs);
     672                c = RT_ELEMENTS(g_aUnixConfigs);
    673673                break;
    674674            default:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette