Bug 9154 - Syscall in linux emulator needed for Oracle (patch present :-)
Summary: Syscall in linux emulator needed for Oracle (patch present :-)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: i386 (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Søren Schmidt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-12-21 10:20 UTC by marcel
Modified: 1998-12-21 19:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marcel 1998-12-21 10:20:00 UTC
Syscall 168 (poll) is not implemented in the Linux emulator. This
syscall is used by Oracle.

Fix: 

Sorry no context diff, but apply patch to /sys/i386/linux/syscalls.master:

242c242,243
< 168   UNIMPL  LINUX   poll
---
> 168   NOPROTO LINUX   { int poll(struct pollfd*, unsigned int nfds, \
>                                  long timeout); }
Comment 1 Søren Schmidt freebsd_committer freebsd_triage 1998-12-21 19:26:11 UTC
State Changed
From-To: open->closed

Patch committed. 


Comment 2 Søren Schmidt freebsd_committer freebsd_triage 1998-12-21 19:26:11 UTC
Responsible Changed
From-To: freebsd-bugs->sos

I'm the linuxulator guy :)