Undefined SysCall



I have a RedHat Linux V Enterprise box with GNU 4.1: while inspecting
the glib, I found that: pthreadlib.a contains a `pthread_create.o'
with the lines:

mov eax,0x137 ;set EAX = 311 (decimal)
int 0x80 ;syscall with undefined code

My x86_64 box only has syscall numbers up to 0x117 (279 decimal),
according to asm/unistd.h. I perused asm-x86_64/unistd.h and other
syscall.h files, to no avail -- 0x137 seems undefined on my box.
Any idea what 0x137 is the syscall code for?
I objdump'd /usr/lib/pthreadlib.a and did not run the extracted
object (pthread_create.o) through any filters.

Thanks for any insights,
-- Scott

.



Relevant Pages

  • Re: Undefined SysCall
    ... the glib, I found that: ... int 0x80;syscall with undefined code ...
    (comp.os.linux.development.system)
  • Re: Undefined SysCall
    ... int 0x80;syscall with undefined code ... My x86_64 box only has syscall numbers up to 0x117, ... In order to understand recursion you must first understand recursion. ...
    (comp.os.linux.development.system)
  • [patch] PPC debug setcontext syscall implementation.
    ... A syscall has been reserved for a debug setcontext for PPC, ... Add a debugging interface for PowerPC that allows signal handlers (or any ... volatile int called2 = 0; ...
    (Linux-Kernel)
  • Re: Linux Syscalls, POSIX Functions and other generic Library Functions.
    ... And as said, linux manpages are not always to be trusted, nor might they be consistent - many are written by different people... ... int, prot, int, flags, int, fd, off_t, pgoffset) ... I think that it clearly states that in order to call the mmap2syscall ... int mprotect(const void *addr, size_t len, int prot); ...
    (comp.os.linux.development.apps)
  • Re: Finding hardlinks
    ... the best solution for these filesystems would be either to add new syscall ... int is_hardlink ... NFS has exactly the same problem ... determine that two filesystem objects are hard linked if they have the same ...
    (Linux-Kernel)