Changeset 609 for trunk


Ignore:
Timestamp:
Dec 3, 2018, 12:26:40 PM (5 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/libpthread/pthread.c

    r581 r609  
    202202                          unsigned int                  count )
    203203{
     204    if ( attr )
     205    {
     206        printf("[ERROR] in %s ; <attr> argument must be NULL\n", __FUNCTION__ );
     207        return -1;
     208    }
     209
    204210    return hal_user_syscall( SYS_BARRIER,
    205211                             (reg_t)barrier,
Note: See TracChangeset for help on using the changeset viewer.