Changeset f67ad3d in rtems for c/src/lib/libbsp/unix/posix
- Timestamp:
- 07/13/95 20:08:53 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8044533
- Parents:
- 6cc85032
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/shmsupp/lock.c
r6cc85032 rf67ad3d 77 77 continue; 78 78 79 fprintf( stderr, "shm lock 79 fprintf( stderr, "shm lock(%d %d)\n", status, errno ); 80 80 exit( 0 ); 81 81 } … … 109 109 continue; 110 110 111 fprintf( stderr, "shm lock (%d %d)\n", status, errno ); fflush( stderr);111 fprintf( stderr, "shm unlock(%d %d)\n", status, errno ); 112 112 exit( 0 ); 113 113 }
Note: See TracChangeset
for help on using the changeset viewer.