1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-01 12:04:52 +03:00
1995-02-18 01:27:10 +00:00

8 lines
155 B
Makefile

ifeq ($(subdir), posix)
sysdep_routines := $(sysdep_routines) sys_wait4
endif
ifeq ($(subdir), misc)
sysdep_routines := $(sysdep_routines) sys_mmap
endif