[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / sys

Annotation of src/lib/libc/sys/Makefile.inc, Revision 1.111.2.9

1.111.2.9! nathanw     1: #      $NetBSD: Makefile.inc,v 1.111.2.8 2002/03/08 21:36:11 nathanw Exp $
1.79      perry       2: #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
1.1       cgd         3:
1.111.2.7  nathanw     4: # Generation and compilation of syscall stubs have moved to
                      5: # libsyscall. Conversion and compatibility interfaces are here.
1.111.2.3  nathanw     6:
1.111.2.7  nathanw     7: # sys sources
                      8: .PATH: ${.CURDIR}/sys
1.1       cgd         9:
1.32      cgd        10: # glue to provide compatibility between GCC 1.X and 2.X and for compat
                     11: # with old syscall interfaces.
1.111.2.2  nathanw    12: SRCS+= adjtime.c clock_settime.c ftruncate.c getdirentries.c lseek.c mmap.c \
                     13:        msync.c ntp_adjtime.c pread.c preadv.c pwrite.c pwritev.c semctl.c \
                     14:        settimeofday.c sigaltstack.c stat.c swapon.c truncate.c
1.53      jtc        15:
1.98      christos   16: # glue to syscalls that may pass structs or unions, which cannot be
                     17: # handled portably and easily by the syscall interface. The glue
                     18: # converts structs and unions to pointers to them.
                     19: SRCS+= __semctl13.c

CVSweb <webmaster@jp.NetBSD.org>