VirtualBox

Ignore:
Timestamp:
Jan 31, 2024 3:03:29 PM (13 months ago)
Author:
vboxsync
Message:

Runtime: Some warning fixes about externally visible functions which should be static, bugref:3409

File:
1 edited

Legend:

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

    r98103 r103141  
    8181 * This function is a crude approximation of pthread_mutex_timedlock.
    8282 */
    83 int rtSemFallbackPthreadMutexTimedlock(pthread_mutex_t *mutex, RTMSINTERVAL cMillies)
     83static int rtSemFallbackPthreadMutexTimedlock(pthread_mutex_t *mutex, RTMSINTERVAL cMillies)
    8484{
    8585    struct timespec ts;
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