9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] /sys/src/9/port/portfns.h execregs uint vs ulong
@ 2016-11-04 23:09 James A. Robinson
  0 siblings, 0 replies; only message in thread
From: James A. Robinson @ 2016-11-04 23:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]

While futzing around with rebuilding a kernel, I noticed that
9atom distributed source tree /sys/src/9/port/portfns.h
declares

void* execregs(uintptr, uint, uint)

but /sys/src/9/pc/trap.c declares

long
execregs(ulong entry, ulong ssize, ulong nargs)

which seems to match all the other architectures
I see under /sys/src/9/.

I can't get to http://plan9.bell-labs.com/sources/
right now, it looks to be offline (I hope me looking
at the wiki and man pages via http earlier wasn't
"too high traffic" for it...), but wondered if this was
an oversight in updating portfns.h.

Jim

[-- Attachment #2: Type: text/html, Size: 921 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-04 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-04 23:09 [9fans] /sys/src/9/port/portfns.h execregs uint vs ulong James A. Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).