Subject: Re: questions...
To: None <Chris_Mattingly@ncsu.edu>
From: Chris G Demetriou <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>
List: amiga-dev
Date: 12/03/1994 20:26:23
> > _all_ dynamically linked programs complain about it?!  could you find
> > out what objects in your libc use it, and tell me which they are?
> 
> Yes ... all of them complained about it.
> 
> crazytrain% grep semsys /local/src/lib/libc/gen/*.c
> /local/src/lib/libc/gen/semconfig.c:/*  return (semsys(3, cmd, p1, p2, p3)); */
> /local/src/lib/libc/gen/semctl.c:/*     return (semsys(0, semid, semnum, cmd, &semun)); */
> /local/src/lib/libc/gen/semget.c:/*     return (semsys(1, key, nsems, semflg)); */
> /local/src/lib/libc/gen/semop.c:/*      return (semsys(2, semid, sops, nsops, 0)); */
> 
> Obviously the /* */ came from me..

"those files don't exist any more."  i.e.:

24 [sun-lamp] gen % pwd
/usr/src/lib/libc/gen
25 [sun-lamp] gen % echo sem*
echo: No match.


those were the libc stubs that have since been removed and implemented
differently (as syscalls, rather than wrappers around a syscall).  8-)

sounds like your libc sources are out of date.



chris