Basilisk II and SheepShaver Macintosh emulators
Go to file
gbeauche 99efbfc712 - Check for caddr_t. On some systems like Solaris/SPARC, mmap() address
type (first parameter) is caddr_t instead of void *. Explicitly cast
  address to (caddr_t) type and C++ implicit pointer conversion rules
  will do the rest. aka. caddr_t -> void * is OK unlike the opposite.
2002-03-16 10:51:17 +00:00
BasiliskII - Check for caddr_t. On some systems like Solaris/SPARC, mmap() address 2002-03-16 10:51:17 +00:00
CVSROOT
SheepShaver added dummy Set_pthread_attr() 2002-02-21 15:12:12 +00:00