home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!glasgow!moura
- From: moura@dcs.glasgow.ac.uk (Hermano P de Moura)
- Newsgroups: comp.os.linux
- Subject: Where is <sys/syscall.h> in Linux?
- Message-ID: <BuMn0o.A2v@dcs.glasgow.ac.uk>
- Date: 15 Sep 92 15:57:59 GMT
- Organization: Glasgow University Computing Science Dept.
- Lines: 25
-
-
- I am trying to port a software to Linux and got stuck at the very
- begin, so I would appreciate very much any answer to the following
- questions:
-
- 1 Is there a document on the subject "porting software
- to Linux"? Something with useful hints to easy the task
- of porting software to Linux.
-
- 2 The program I am trying to compile has a
-
- #include <sys/syscall.h>
-
- Where is this header file in Linux?
-
- 3 Also the stat.h and some files in /usr/include seems
- to have problem to compile. Using /usr/include/linux/stat.h
- solved the problem, but I had to rename "stat" to "new_stat".
-
- Is there a way to check that my /usr/include directory is
- update and complete?
-
- Thanks very much for any clarification,
-
- -- Hermano Moura
-