Subject: Re: port-m68k/37631: m68k libc broken
To: None <port-m68k-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 12/29/2007 20:20:03
The following reply was made to PR port-m68k/37631; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: port-m68k/37631: m68k libc broken
Date: Sat, 29 Dec 2007 21:17:54 +0100

 Turns out the list is short:
 
 197     STD             { void *sys_mmap(void *addr, size_t len, int prot, \
 228     STD             { void *sys_shmat(int shmid, const void *shmaddr, \
 316     STD MPSAFE      { void *sys__lwp_getprivate(void); }
 411     STD             { void *sys_mremap(void *old_address, size_t old_size, \
 
 and only shmat() had the needed userland stub. I'll add the others and
 test...
 
 Martin