- Timestamp:
- Nov 13, 2005, 3:41:06 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
r2431 r2432 5 5 2005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 6 - emxomf: 7 o Fixed problems with symbol truncation. 7 o Fixed problems with symbol truncation. 8 8 Kudos to Yuri for tracking down the places which required attention. 9 9 - libc: 10 o Corrected shmat to return -1 instead of NULL on failure. 10 11 o Fixed bug in the sigsuspend (includes pause ++) handling, 11 12 would usually never return. -
trunk/src/emx/src/lib/process/shmat.c
r2431 r2432 50 50 LIBCLOG_RETURN_P(pvActual); 51 51 errno = -rc; 52 LIBCLOG_ERROR_RETURN_P( NULL);52 LIBCLOG_ERROR_RETURN_P((void *)-1); 53 53 } 54 54
Note:
See TracChangeset
for help on using the changeset viewer.