Deleted Added
full compact
Makefile.inc (278870) Makefile.inc (280818)
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 278870 2015-02-16 22:13:03Z marius $
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 280818 2015-03-29 19:14:41Z kib $
3
4# sys sources
5.PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/sys ${LIBC_SRCTOP}/sys
6
7# Include the generated makefile containing the *complete* list
8# of syscall names in MIASM.
9.include "${LIBC_SRCTOP}/../../sys/sys/syscall.mk"
10

--- 35 unchanged lines hidden (view full) ---

46 accept \
47 accept4 \
48 aio_suspend \
49 close \
50 connect \
51 fcntl \
52 fsync \
53 fork \
3
4# sys sources
5.PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/sys ${LIBC_SRCTOP}/sys
6
7# Include the generated makefile containing the *complete* list
8# of syscall names in MIASM.
9.include "${LIBC_SRCTOP}/../../sys/sys/syscall.mk"
10

--- 35 unchanged lines hidden (view full) ---

46 accept \
47 accept4 \
48 aio_suspend \
49 close \
50 connect \
51 fcntl \
52 fsync \
53 fork \
54 kevent \
54 msync \
55 nanosleep \
56 open \
57 openat \
58 poll \
59 pselect \
60 read \
61 readv \

--- 406 unchanged lines hidden ---
55 msync \
56 nanosleep \
57 open \
58 openat \
59 poll \
60 pselect \
61 read \
62 readv \

--- 406 unchanged lines hidden ---