#ifndef _LINUX_SYS_H #define _LINUX_SYS_H /* * This file is no longer used or needed */ /* * These are system calls that will be removed at some time * due to newer versions existing.. * (please be careful - ibcs2 may need some of these). */ #ifdef notdef #define _sys_waitpid _sys_old_syscall /* _sys_wait4 */ #define _sys_olduname _sys_old_syscall /* _sys_newuname */ #define _sys_uname _sys_old_syscall /* _sys_newuname */ #define _sys_stat _sys_old_syscall /* _sys_newstat */ #define _sys_fstat _sys_old_syscall /* _sys_newfstat */ #define _sys_lstat _sys_old_syscall /* _sys_newlstat */ #define _sys_signal _sys_old_syscall /* _sys_sigaction */ #define _sys_sgetmask _sys_old_syscall /* _sys_sigprocmask */ #define _sys_ssetmask _sys_old_syscall /* _sys_sigprocmask */ #endif /* * These are system calls that haven't been implemented yet * but have an entry in the table for future expansion.. */ #endif ted'>0x221E-v0.0-v7.0 Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/tools/lib/lockdep/Makefile
AgeCommit message (Expand)Author
2017-06-05tools/lib/lockdep: Use LDFLAGSBen Hutchings
2017-06-05tools/lib/lockdep: Remove double-quotes from sonameBen Hutchings
2017-06-05tools/lib/lockdep: Fix object file paths used in an out-of-tree buildBen Hutchings
2017-06-05tools/lib/lockdep: Enable -Wall by defaultBen Hutchings
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-02-29tools/lib/lockdep: Fix link creation warningIngo Molnar
2016-01-11tools lockdep: Add *.cmd files clean upJiri Olsa
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa
2015-09-28tools build: Add Makefile.includeJiri Olsa
2015-05-13tools/liblockdep: Fix linker error in case of cross compileEunbong Song
2015-02-26Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar
2015-02-12tools lib lockdep: Use tools build frameworkJiri Olsa
2015-01-29tools/liblockdep: don't include host headersBaruch Siach
2014-06-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-05-08tools/liblockdep: Remove all build files when doing make cleanSasha Levin
2014-05-08tools/liblockdep: Build liblockdep from tools/MakefileS. Lockwood-Childs
2014-05-01tools: Unify export.hBorislav Petkov
2014-04-01tools/liblockdep: Add proper versioning to the shared objSasha Levin
2014-02-26tools/liblockdep: Use realpath for srctree and objtreeWang Nan
2014-02-26tools/liblockdep: Add include directory to allow tests to compileIra W. Snyder
2013-11-27liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspaceSasha Levin