Deleted Added
full compact
Makefile.inc (239193) Makefile.inc (239347)
1# @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
1# @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
2# $FreeBSD: head/lib/libc/gen/Makefile.inc 239193 2012-08-11 12:07:24Z ed $
2# $FreeBSD: head/lib/libc/gen/Makefile.inc 239347 2012-08-17 02:26:31Z davidxu $
3
4# machine-independent gen sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/gen ${.CURDIR}/gen
6
7SRCS+= __getosreldate.c __xuname.c \
8 _once_stub.c _pthread_stubs.c _rand48.c _spinlock_stub.c \
9 _thread_init.c \
10 alarm.c arc4random.c assert.c auxv.c basename.c check_utility_compat.c \
3
4# machine-independent gen sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/gen ${.CURDIR}/gen
6
7SRCS+= __getosreldate.c __xuname.c \
8 _once_stub.c _pthread_stubs.c _rand48.c _spinlock_stub.c \
9 _thread_init.c \
10 alarm.c arc4random.c assert.c auxv.c basename.c check_utility_compat.c \
11 clock.c closedir.c confstr.c \
11 clock.c clock_getcpuclockid.c closedir.c confstr.c \
12 crypt.c ctermid.c daemon.c devname.c dirfd.c dirname.c disklabel.c \
13 dlfcn.c drand48.c elf_utils.c erand48.c err.c errlst.c errno.c \
14 exec.c fdevname.c feature_present.c fmtcheck.c fmtmsg.c fnmatch.c \
15 fpclassify.c frexp.c fstab.c ftok.c fts.c fts-compat.c ftw.c \
16 getbootfile.c getbsize.c \
17 getcap.c getcwd.c getdomainname.c getgrent.c getgrouplist.c \
18 gethostname.c getloadavg.c getlogin.c getmntinfo.c getnetgrent.c \
19 getosreldate.c getpagesize.c getpagesizes.c \
20 getpeereid.c getprogname.c getpwent.c getttyent.c \
21 getusershell.c getutxent.c getvfsbyname.c glob.c \
22 initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
23 libc_dlopen.c \
24 lockf.c lrand48.c mrand48.c nftw.c nice.c \
25 nlist.c nrand48.c opendir.c \
26 pause.c pmadvise.c popen.c posix_spawn.c \
27 psignal.c pututxline.c pw_scan.c pwcache.c \
28 raise.c readdir.c readpassphrase.c rewinddir.c \
29 scandir.c seed48.c seekdir.c semctl.c \
30 setdomainname.c sethostname.c setjmperr.c setmode.c \
31 setproctitle.c setprogname.c siginterrupt.c siglist.c signal.c \
32 sigsetops.c sleep.c srand48.c statvfs.c stringlist.c strtofflags.c \
33 sysconf.c sysctl.c sysctlbyname.c sysctlnametomib.c \
34 syslog.c telldir.c termios.c time.c times.c timezone.c tls.c \
35 ttyname.c ttyslot.c ualarm.c ulimit.c uname.c unvis.c \
36 usleep.c utime.c utxdb.c valloc.c vis.c wait.c wait3.c waitpid.c \
37 wordexp.c
38
39MISRCS+=modf.c
40
41CANCELPOINTS_SRCS=sem.c sem_new.c
42.for src in ${CANCELPOINTS_SRCS}
43SRCS+=cancelpoints_${src}
44CLEANFILES+=cancelpoints_${src}
45cancelpoints_${src}:
46 ln -sf ${.CURDIR}/gen/${src} ${.TARGET}
47.endfor
48
49SYM_MAPS+=${.CURDIR}/gen/Symbol.map
50
51# machine-dependent gen sources
52.sinclude "${.CURDIR}/${LIBC_ARCH}/gen/Makefile.inc"
53
54MAN+= alarm.3 arc4random.3 \
55 basename.3 check_utility_compat.3 clock.3 \
56 confstr.3 ctermid.3 daemon.3 devname.3 directory.3 dirname.3 \
57 dl_iterate_phdr.3 dladdr.3 dlinfo.3 dllockinit.3 dlopen.3 \
58 err.3 exec.3 \
59 feature_present.3 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 frexp.3 \
60 ftok.3 fts.3 ftw.3 \
61 getbootfile.3 getbsize.3 getcap.3 getcontext.3 getcwd.3 \
62 getdiskbyname.3 getdomainname.3 getfsent.3 \
63 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
64 getmntinfo.3 getnetgrent.3 getosreldate.3 getpagesize.3 \
65 getpagesizes.3 getpass.3 getpeereid.3 getprogname.3 getpwent.3 \
66 getttyent.3 getusershell.3 getutxent.3 getvfsbyname.3 \
67 glob.3 initgroups.3 isgreater.3 ldexp.3 lockf.3 makecontext.3 \
68 modf.3 \
69 nice.3 nlist.3 pause.3 popen.3 \
70 posix_spawn.3 posix_spawn_file_actions_addopen.3 \
71 posix_spawn_file_actions_init.3 posix_spawnattr_getflags.3 \
72 posix_spawnattr_getpgroup.3 posix_spawnattr_getschedparam.3 \
73 posix_spawnattr_getschedpolicy.3 posix_spawnattr_init.3 \
74 posix_spawnattr_getsigdefault.3 posix_spawnattr_getsigmask.3 \
75 psignal.3 pwcache.3 \
76 raise.3 rand48.3 readpassphrase.3 rfork_thread.3 \
77 scandir.3 sem_destroy.3 sem_getvalue.3 sem_init.3 \
78 sem_open.3 sem_post.3 sem_timedwait.3 sem_wait.3 \
79 setjmp.3 setmode.3 setproctitle.3 \
80 siginterrupt.3 signal.3 sigsetops.3 sleep.3 \
81 statvfs.3 stringlist.3 \
82 strtofflags.3 sysconf.3 sysctl.3 syslog.3 tcgetpgrp.3 tcgetsid.3 \
83 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 tcsetsid.3 time.3 times.3 \
84 timezone.3 ttyname.3 tzset.3 ualarm.3 ucontext.3 ulimit.3 uname.3 \
85 unvis.3 usleep.3 utime.3 valloc.3 vis.3 wordexp.3
86
87MLINKS+=arc4random.3 arc4random_addrandom.3 arc4random.3 arc4random_stir.3 \
88 arc4random.3 arc4random_buf.3 arc4random.3 arc4random_uniform.3
89MLINKS+=basename.3 basename_r.3
90MLINKS+=ctermid.3 ctermid_r.3
91MLINKS+=devname.3 devname_r.3
92MLINKS+=devname.3 fdevname.3
93MLINKS+=devname.3 fdevname_r.3
94MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
95 directory.3 fdopendir.3 \
96 directory.3 readdir.3 directory.3 readdir_r.3 directory.3 rewinddir.3 \
97 directory.3 seekdir.3 directory.3 telldir.3
98MLINKS+=dlopen.3 fdlopen.3 dlopen.3 dlclose.3 dlopen.3 dlerror.3 \
99 dlopen.3 dlfunc.3 dlopen.3 dlsym.3
100MLINKS+=err.3 err_set_exit.3 err.3 err_set_file.3 err.3 errc.3 err.3 errx.3 \
101 err.3 verr.3 err.3 verrc.3 err.3 verrx.3 err.3 vwarn.3 err.3 vwarnc.3 \
102 err.3 vwarnx.3 err.3 warnc.3 err.3 warn.3 err.3 warnx.3
103MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 exect.3 \
104 exec.3 execv.3 exec.3 execvP.3 exec.3 execvp.3
105MLINKS+=fpclassify.3 finite.3 fpclassify.3 finitef.3 \
106 fpclassify.3 isfinite.3 fpclassify.3 isinf.3 fpclassify.3 isnan.3 \
107 fpclassify.3 isnormal.3
108MLINKS+=frexp.3 frexpf.3 frexp.3 frexpl.3
109MLINKS+=fts.3 fts_children.3 fts.3 fts_close.3 fts.3 fts_open.3 \
110 fts.3 fts_read.3 fts.3 fts_set.3 fts.3 fts_set_clientptr.3 \
111 fts.3 fts_get_clientptr.3 fts.3 fts_get_stream.3
112MLINKS+=ftw.3 nftw.3
113MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
114 getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
115 getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \
116 getcap.3 cgetustr.3
117MLINKS+=getcwd.3 getwd.3
118MLINKS+=getcontext.3 setcontext.3
119MLINKS+=getdomainname.3 setdomainname.3
120MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
121 getfsent.3 getfstype.3 getfsent.3 setfsent.3 \
122 getfsent.3 setfstab.3 getfsent.3 getfstab.3
123MLINKS+=getgrent.3 endgrent.3 getgrent.3 getgrgid.3 getgrent.3 getgrnam.3 \
124 getgrent.3 setgrent.3 getgrent.3 setgroupent.3 \
125 getgrent.3 getgrent_r.3 getgrent.3 getgrnam_r.3 getgrent.3 getgrgid_r.3
126MLINKS+=gethostname.3 sethostname.3
127MLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \
128 getnetgrent.3 setnetgrent.3
129MLINKS+=getprogname.3 setprogname.3
130MLINKS+=getpwent.3 endpwent.3 getpwent.3 getpwnam.3 getpwent.3 getpwuid.3 \
131 getpwent.3 setpassent.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3 \
132 getpwent.3 getpwent_r.3 getpwent.3 getpwnam_r.3 \
133 getpwent.3 getpwuid_r.3
134MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 \
135 getttyent.3 isdialuptty.3 getttyent.3 isnettty.3 \
136 getttyent.3 setttyent.3
137MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
138MLINKS+=getutxent.3 endutxent.3 getutxent.3 getutxid.3 \
139 getutxent.3 getutxline.3 getutxent.3 getutxuser.3 \
140 getutxent.3 pututxline.3 getutxent.3 setutxdb.3 \
141 getutxent.3 setutxent.3 getutxent.3 utmpx.3
142MLINKS+=glob.3 globfree.3
143MLINKS+=isgreater.3 isgreaterequal.3 isgreater.3 isless.3 \
144 isgreater.3 islessequal.3 isgreater.3 islessgreater.3 \
145 isgreater.3 isunordered.3
146MLINKS+=ldexp.3 ldexpf.3 ldexp.3 ldexpl.3
147MLINKS+=makecontext.3 swapcontext.3
148MLINKS+=modf.3 modff.3 modf.3 modfl.3
149MLINKS+=popen.3 pclose.3
150MLINKS+=posix_spawn.3 posix_spawnp.3 \
151 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \
152 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_adddup2.3 \
153 posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \
154 posix_spawnattr_getflags.3 posix_spawnattr_setflags.3 \
155 posix_spawnattr_getpgroup.3 posix_spawnattr_setpgroup.3 \
156 posix_spawnattr_getschedparam.3 posix_spawnattr_setschedparam.3 \
157 posix_spawnattr_getschedpolicy.3 posix_spawnattr_setschedpolicy.3 \
158 posix_spawnattr_getsigdefault.3 posix_spawnattr_setsigdefault.3 \
159 posix_spawnattr_getsigmask.3 posix_spawnattr_setsigmask.3 \
160 posix_spawnattr_init.3 posix_spawnattr_destroy.3
161MLINKS+=psignal.3 strsignal.3 psignal.3 sys_siglist.3 psignal.3 sys_signame.3
162MLINKS+=pwcache.3 group_from_gid.3 pwcache.3 user_from_uid.3
163MLINKS+=rand48.3 _rand48.3 rand48.3 drand48.3 rand48.3 erand48.3 \
164 rand48.3 jrand48.3 rand48.3 lcong48.3 rand48.3 lrand48.3 \
165 rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 seed48.3 \
166 rand48.3 srand48.3
167MLINKS+=scandir.3 alphasort.3
168MLINKS+=sem_open.3 sem_close.3 sem_open.3 sem_unlink.3
169MLINKS+=sem_wait.3 sem_trywait.3
170MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
171 setjmp.3 longjmperr.3 setjmp.3 longjmperror.3 \
172 setjmp.3 siglongjmp.3 setjmp.3 sigsetjmp.3
173MLINKS+=setmode.3 getmode.3
174MLINKS+=sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
175 sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
176 sigsetops.3 sigismember.3
177MLINKS+=statvfs.3 fstatvfs.3
178MLINKS+=stringlist.3 sl_add.3 stringlist.3 sl_find.3 \
179 stringlist.3 sl_free.3 stringlist.3 sl_init.3
180MLINKS+=strtofflags.3 fflagstostr.3
181MLINKS+=sysctl.3 sysctlbyname.3 sysctl.3 sysctlnametomib.3
182MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
183 syslog.3 vsyslog.3
184MLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflow.3 tcsendbreak.3 tcflush.3
185MLINKS+=tcsetattr.3 cfgetispeed.3 tcsetattr.3 cfgetospeed.3 \
186 tcsetattr.3 cfmakeraw.3 tcsetattr.3 cfmakesane.3 \
187 tcsetattr.3 cfsetispeed.3 tcsetattr.3 cfsetospeed.3 \
188 tcsetattr.3 cfsetspeed.3 tcsetattr.3 tcgetattr.3
189MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyname_r.3
190MLINKS+=tzset.3 tzsetwall.3
191MLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3
192MLINKS+=vis.3 strvis.3 vis.3 strvisx.3
193MLINKS+=wordexp.3 wordfree.3
12 crypt.c ctermid.c daemon.c devname.c dirfd.c dirname.c disklabel.c \
13 dlfcn.c drand48.c elf_utils.c erand48.c err.c errlst.c errno.c \
14 exec.c fdevname.c feature_present.c fmtcheck.c fmtmsg.c fnmatch.c \
15 fpclassify.c frexp.c fstab.c ftok.c fts.c fts-compat.c ftw.c \
16 getbootfile.c getbsize.c \
17 getcap.c getcwd.c getdomainname.c getgrent.c getgrouplist.c \
18 gethostname.c getloadavg.c getlogin.c getmntinfo.c getnetgrent.c \
19 getosreldate.c getpagesize.c getpagesizes.c \
20 getpeereid.c getprogname.c getpwent.c getttyent.c \
21 getusershell.c getutxent.c getvfsbyname.c glob.c \
22 initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
23 libc_dlopen.c \
24 lockf.c lrand48.c mrand48.c nftw.c nice.c \
25 nlist.c nrand48.c opendir.c \
26 pause.c pmadvise.c popen.c posix_spawn.c \
27 psignal.c pututxline.c pw_scan.c pwcache.c \
28 raise.c readdir.c readpassphrase.c rewinddir.c \
29 scandir.c seed48.c seekdir.c semctl.c \
30 setdomainname.c sethostname.c setjmperr.c setmode.c \
31 setproctitle.c setprogname.c siginterrupt.c siglist.c signal.c \
32 sigsetops.c sleep.c srand48.c statvfs.c stringlist.c strtofflags.c \
33 sysconf.c sysctl.c sysctlbyname.c sysctlnametomib.c \
34 syslog.c telldir.c termios.c time.c times.c timezone.c tls.c \
35 ttyname.c ttyslot.c ualarm.c ulimit.c uname.c unvis.c \
36 usleep.c utime.c utxdb.c valloc.c vis.c wait.c wait3.c waitpid.c \
37 wordexp.c
38
39MISRCS+=modf.c
40
41CANCELPOINTS_SRCS=sem.c sem_new.c
42.for src in ${CANCELPOINTS_SRCS}
43SRCS+=cancelpoints_${src}
44CLEANFILES+=cancelpoints_${src}
45cancelpoints_${src}:
46 ln -sf ${.CURDIR}/gen/${src} ${.TARGET}
47.endfor
48
49SYM_MAPS+=${.CURDIR}/gen/Symbol.map
50
51# machine-dependent gen sources
52.sinclude "${.CURDIR}/${LIBC_ARCH}/gen/Makefile.inc"
53
54MAN+= alarm.3 arc4random.3 \
55 basename.3 check_utility_compat.3 clock.3 \
56 confstr.3 ctermid.3 daemon.3 devname.3 directory.3 dirname.3 \
57 dl_iterate_phdr.3 dladdr.3 dlinfo.3 dllockinit.3 dlopen.3 \
58 err.3 exec.3 \
59 feature_present.3 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 frexp.3 \
60 ftok.3 fts.3 ftw.3 \
61 getbootfile.3 getbsize.3 getcap.3 getcontext.3 getcwd.3 \
62 getdiskbyname.3 getdomainname.3 getfsent.3 \
63 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
64 getmntinfo.3 getnetgrent.3 getosreldate.3 getpagesize.3 \
65 getpagesizes.3 getpass.3 getpeereid.3 getprogname.3 getpwent.3 \
66 getttyent.3 getusershell.3 getutxent.3 getvfsbyname.3 \
67 glob.3 initgroups.3 isgreater.3 ldexp.3 lockf.3 makecontext.3 \
68 modf.3 \
69 nice.3 nlist.3 pause.3 popen.3 \
70 posix_spawn.3 posix_spawn_file_actions_addopen.3 \
71 posix_spawn_file_actions_init.3 posix_spawnattr_getflags.3 \
72 posix_spawnattr_getpgroup.3 posix_spawnattr_getschedparam.3 \
73 posix_spawnattr_getschedpolicy.3 posix_spawnattr_init.3 \
74 posix_spawnattr_getsigdefault.3 posix_spawnattr_getsigmask.3 \
75 psignal.3 pwcache.3 \
76 raise.3 rand48.3 readpassphrase.3 rfork_thread.3 \
77 scandir.3 sem_destroy.3 sem_getvalue.3 sem_init.3 \
78 sem_open.3 sem_post.3 sem_timedwait.3 sem_wait.3 \
79 setjmp.3 setmode.3 setproctitle.3 \
80 siginterrupt.3 signal.3 sigsetops.3 sleep.3 \
81 statvfs.3 stringlist.3 \
82 strtofflags.3 sysconf.3 sysctl.3 syslog.3 tcgetpgrp.3 tcgetsid.3 \
83 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 tcsetsid.3 time.3 times.3 \
84 timezone.3 ttyname.3 tzset.3 ualarm.3 ucontext.3 ulimit.3 uname.3 \
85 unvis.3 usleep.3 utime.3 valloc.3 vis.3 wordexp.3
86
87MLINKS+=arc4random.3 arc4random_addrandom.3 arc4random.3 arc4random_stir.3 \
88 arc4random.3 arc4random_buf.3 arc4random.3 arc4random_uniform.3
89MLINKS+=basename.3 basename_r.3
90MLINKS+=ctermid.3 ctermid_r.3
91MLINKS+=devname.3 devname_r.3
92MLINKS+=devname.3 fdevname.3
93MLINKS+=devname.3 fdevname_r.3
94MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
95 directory.3 fdopendir.3 \
96 directory.3 readdir.3 directory.3 readdir_r.3 directory.3 rewinddir.3 \
97 directory.3 seekdir.3 directory.3 telldir.3
98MLINKS+=dlopen.3 fdlopen.3 dlopen.3 dlclose.3 dlopen.3 dlerror.3 \
99 dlopen.3 dlfunc.3 dlopen.3 dlsym.3
100MLINKS+=err.3 err_set_exit.3 err.3 err_set_file.3 err.3 errc.3 err.3 errx.3 \
101 err.3 verr.3 err.3 verrc.3 err.3 verrx.3 err.3 vwarn.3 err.3 vwarnc.3 \
102 err.3 vwarnx.3 err.3 warnc.3 err.3 warn.3 err.3 warnx.3
103MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 exect.3 \
104 exec.3 execv.3 exec.3 execvP.3 exec.3 execvp.3
105MLINKS+=fpclassify.3 finite.3 fpclassify.3 finitef.3 \
106 fpclassify.3 isfinite.3 fpclassify.3 isinf.3 fpclassify.3 isnan.3 \
107 fpclassify.3 isnormal.3
108MLINKS+=frexp.3 frexpf.3 frexp.3 frexpl.3
109MLINKS+=fts.3 fts_children.3 fts.3 fts_close.3 fts.3 fts_open.3 \
110 fts.3 fts_read.3 fts.3 fts_set.3 fts.3 fts_set_clientptr.3 \
111 fts.3 fts_get_clientptr.3 fts.3 fts_get_stream.3
112MLINKS+=ftw.3 nftw.3
113MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
114 getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
115 getcap.3 cgetnum.3 getcap.3 cgetset.3 getcap.3 cgetstr.3 \
116 getcap.3 cgetustr.3
117MLINKS+=getcwd.3 getwd.3
118MLINKS+=getcontext.3 setcontext.3
119MLINKS+=getdomainname.3 setdomainname.3
120MLINKS+=getfsent.3 endfsent.3 getfsent.3 getfsfile.3 getfsent.3 getfsspec.3 \
121 getfsent.3 getfstype.3 getfsent.3 setfsent.3 \
122 getfsent.3 setfstab.3 getfsent.3 getfstab.3
123MLINKS+=getgrent.3 endgrent.3 getgrent.3 getgrgid.3 getgrent.3 getgrnam.3 \
124 getgrent.3 setgrent.3 getgrent.3 setgroupent.3 \
125 getgrent.3 getgrent_r.3 getgrent.3 getgrnam_r.3 getgrent.3 getgrgid_r.3
126MLINKS+=gethostname.3 sethostname.3
127MLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \
128 getnetgrent.3 setnetgrent.3
129MLINKS+=getprogname.3 setprogname.3
130MLINKS+=getpwent.3 endpwent.3 getpwent.3 getpwnam.3 getpwent.3 getpwuid.3 \
131 getpwent.3 setpassent.3 getpwent.3 setpwent.3 getpwent.3 setpwfile.3 \
132 getpwent.3 getpwent_r.3 getpwent.3 getpwnam_r.3 \
133 getpwent.3 getpwuid_r.3
134MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 \
135 getttyent.3 isdialuptty.3 getttyent.3 isnettty.3 \
136 getttyent.3 setttyent.3
137MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
138MLINKS+=getutxent.3 endutxent.3 getutxent.3 getutxid.3 \
139 getutxent.3 getutxline.3 getutxent.3 getutxuser.3 \
140 getutxent.3 pututxline.3 getutxent.3 setutxdb.3 \
141 getutxent.3 setutxent.3 getutxent.3 utmpx.3
142MLINKS+=glob.3 globfree.3
143MLINKS+=isgreater.3 isgreaterequal.3 isgreater.3 isless.3 \
144 isgreater.3 islessequal.3 isgreater.3 islessgreater.3 \
145 isgreater.3 isunordered.3
146MLINKS+=ldexp.3 ldexpf.3 ldexp.3 ldexpl.3
147MLINKS+=makecontext.3 swapcontext.3
148MLINKS+=modf.3 modff.3 modf.3 modfl.3
149MLINKS+=popen.3 pclose.3
150MLINKS+=posix_spawn.3 posix_spawnp.3 \
151 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \
152 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_adddup2.3 \
153 posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \
154 posix_spawnattr_getflags.3 posix_spawnattr_setflags.3 \
155 posix_spawnattr_getpgroup.3 posix_spawnattr_setpgroup.3 \
156 posix_spawnattr_getschedparam.3 posix_spawnattr_setschedparam.3 \
157 posix_spawnattr_getschedpolicy.3 posix_spawnattr_setschedpolicy.3 \
158 posix_spawnattr_getsigdefault.3 posix_spawnattr_setsigdefault.3 \
159 posix_spawnattr_getsigmask.3 posix_spawnattr_setsigmask.3 \
160 posix_spawnattr_init.3 posix_spawnattr_destroy.3
161MLINKS+=psignal.3 strsignal.3 psignal.3 sys_siglist.3 psignal.3 sys_signame.3
162MLINKS+=pwcache.3 group_from_gid.3 pwcache.3 user_from_uid.3
163MLINKS+=rand48.3 _rand48.3 rand48.3 drand48.3 rand48.3 erand48.3 \
164 rand48.3 jrand48.3 rand48.3 lcong48.3 rand48.3 lrand48.3 \
165 rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 seed48.3 \
166 rand48.3 srand48.3
167MLINKS+=scandir.3 alphasort.3
168MLINKS+=sem_open.3 sem_close.3 sem_open.3 sem_unlink.3
169MLINKS+=sem_wait.3 sem_trywait.3
170MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
171 setjmp.3 longjmperr.3 setjmp.3 longjmperror.3 \
172 setjmp.3 siglongjmp.3 setjmp.3 sigsetjmp.3
173MLINKS+=setmode.3 getmode.3
174MLINKS+=sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
175 sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
176 sigsetops.3 sigismember.3
177MLINKS+=statvfs.3 fstatvfs.3
178MLINKS+=stringlist.3 sl_add.3 stringlist.3 sl_find.3 \
179 stringlist.3 sl_free.3 stringlist.3 sl_init.3
180MLINKS+=strtofflags.3 fflagstostr.3
181MLINKS+=sysctl.3 sysctlbyname.3 sysctl.3 sysctlnametomib.3
182MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
183 syslog.3 vsyslog.3
184MLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflow.3 tcsendbreak.3 tcflush.3
185MLINKS+=tcsetattr.3 cfgetispeed.3 tcsetattr.3 cfgetospeed.3 \
186 tcsetattr.3 cfmakeraw.3 tcsetattr.3 cfmakesane.3 \
187 tcsetattr.3 cfsetispeed.3 tcsetattr.3 cfsetospeed.3 \
188 tcsetattr.3 cfsetspeed.3 tcsetattr.3 tcgetattr.3
189MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyname_r.3
190MLINKS+=tzset.3 tzsetwall.3
191MLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3
192MLINKS+=vis.3 strvis.3 vis.3 strvisx.3
193MLINKS+=wordexp.3 wordfree.3