Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 1998 23:58:22 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        sthaug@nethelp.no
Cc:        tlambert@primenet.com, chuckr@mat.net, green@zone.syracuse.net, cracauer@cons.org, nate@mt.sri.com, osa@etrust.ru, current@FreeBSD.ORG
Subject:   Re: What about jdk-1.1.6 for FreeBSD-3.0-ELF ?
Message-ID:  <199810052358.QAA25982@usr05.primenet.com>
In-Reply-To: <24221.907533243@verdi.nethelp.no> from "sthaug@nethelp.no" at Oct 4, 98 10:34:03 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > On the other hand, ther Motif libraries don't make system calls directly,
> > only indirectly through libXt.
> 
> A small extract from "nm libXm.so | grep ' U ' | sort -u" on the Solaris
> X86 libXm.so:
> 
>          U access
>          U getgid
>          U getuid
>          U poll
>          U sigaction
>          U sigprocmask
> 
> Sure looks to me like the Solaris Motif library makes system calls...

These are undefined.  That means it gets them from the libc.  It is the
libc that makes the system calls.

Have you identified any system calls taking structure arguments, where
the structure definitions are different between FreeBSD and Solaris?
That is the real kicker.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810052358.QAA25982>