Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 112176 Details for
Bug 151648
Missing support for Alpha arch
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Proposed updated syscall.h file
syscall.h (text/plain), 1.03 KB, created by
Sergey Tikhonov
on 2005-03-21 13:09:43 UTC
(
hide
)
Description:
Proposed updated syscall.h file
Filename:
MIME Type:
Creator:
Sergey Tikhonov
Created:
2005-03-21 13:09:43 UTC
Size:
1.03 KB
patch
obsolete
>#include <sys/syscall.h> >#include <unistd.h> > >#define _SYMSTR(str) #str >#define SYMSTR(str) _SYMSTR(str) > >#ifdef __alpha >#define SYMVER(compat_sym, orig_sym, ver_sym) \ > __asm__(".set " SYMSTR(compat_sym) " = " SYMSTR(orig_sym) "@LIBAIO_" SYMSTR(ver_sym)); > >#define DEFSYMVER(compat_sym, orig_sym, ver_sym) \ > __asm__(".set " SYMSTR(compat_sym) " = " SYMSTR(orig_sym) "@@LIBAIO_" SYMSTR(ver_sym)); >#else >#define SYMVER(compat_sym, orig_sym, ver_sym) \ > __asm__(".symver " SYMSTR(compat_sym) "," SYMSTR(orig_sym) "@LIBAIO_" SYMSTR(ver_sym)); > >#define DEFSYMVER(compat_sym, orig_sym, ver_sym) \ > __asm__(".symver " SYMSTR(compat_sym) "," SYMSTR(orig_sym) "@@LIBAIO_" SYMSTR(ver_sym)); >#endif > >#if defined(__i386__) >#include "syscall-i386.h" >#elif defined(__x86_64__) >#include "syscall-x86_64.h" >#elif defined(__ia64__) >#include "syscall-ia64.h" >#elif defined(__PPC__) >#include "syscall-ppc.h" >#elif defined(__s390__) >#include "syscall-s390.h" >#elif defined(__alpha__) >#include "syscall-alpha.h" >#else >#error "add syscall-arch.h" >#endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 151648
:
112174
|
112175
| 112176