Changeset f67ad3d in rtems for c/src/lib/libbsp/unix/posix


Ignore:
Timestamp:
07/13/95 20:08:53 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8044533
Parents:
6cc85032
Message:

all built successfully after merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/unix/posix/shmsupp/lock.c

    r6cc85032 rf67ad3d  
    7777        continue;
    7878
    79       fprintf( stderr, "shm lock (%d %d)\n", status, errno );
     79      fprintf( stderr, "shm lock(%d %d)\n", status, errno );
    8080      exit( 0 );
    8181    }
     
    109109        continue;
    110110
    111       fprintf( stderr, "shm lock (%d %d)\n", status, errno ); fflush( stderr );
     111      fprintf( stderr, "shm unlock(%d %d)\n", status, errno );
    112112      exit( 0 );
    113113    }
Note: See TracChangeset for help on using the changeset viewer.