summaryrefslogtreecommitdiff
path: root/libbb/module_syscalls.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing includes to kill warnings when building with the defaultManuel Novoa III2001-06-291-0/+2
| | | | | | | Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c.
* Be more generic for libc5. We don't need to know struct definitionsEric Andersen2001-04-051-1/+1
| | | | to make the syscall finction -- use a generic pointer instead.
* Another iteration -- adjust the init_module syscall a bit.Eric Andersen2001-04-051-35/+9
| | | | -Erik
* *** empty log message ***Eric Andersen2001-04-051-3/+27
|
* Some further syscall adjustments. Split the module syscalls out ofEric Andersen2001-04-051-0/+88
insmod and into libbb. Only enable them for libc5. glibc and uClibc don't need them. -Erik