https://github.com/torvalds/linux
Raw File
Tip revision: 60d4684068ff1eec78f55b5888d0bd2d4cca1520 authored by Linus Torvalds on 28 August 2006, 03:41:48 UTC
Linux v2.6.18-rc5
Tip revision: 60d4684
Kbuild.asm
unifdef-y += a.out.h auxvec.h byteorder.h errno.h fcntl.h ioctl.h	\
	ioctls.h ipcbuf.h mman.h msgbuf.h param.h poll.h		\
	posix_types.h ptrace.h resource.h sembuf.h shmbuf.h shmparam.h	\
	sigcontext.h siginfo.h signal.h socket.h sockios.h stat.h	\
	statfs.h termbits.h termios.h timex.h types.h unistd.h user.h

# These probably shouldn't be exported
unifdef-y += elf.h page.h
back to top