xref: /illumos-gate/usr/src/man/man3c/Makefile (revision 5016ae894be01e501342a67035ea848043662a45)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet
9# at http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2011, Richard Lowe
14# Copyright 2018 Nexenta Systems, Inc.
15# Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
16# Copyright 2014 Garrett D'Amore <garrett@damore.org>
17# Copyright 2020 Joyent, Inc.
18# Copyright 2018 Jason King
19# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
20#
21
22include		$(SRC)/Makefile.master
23
24MANSECT=	3c
25
26MANFILES=	__fbufsize.3c					\
27		_longjmp.3c					\
28		_stack_grow.3c					\
29		a64l.3c						\
30		abort.3c					\
31		abs.3c						\
32		addsev.3c					\
33		addseverity.3c					\
34		aio_cancel.3c					\
35		aio_error.3c					\
36		aio_fsync.3c					\
37		aio_read.3c					\
38		aio_return.3c					\
39		aio_suspend.3c					\
40		aio_waitn.3c					\
41		aio_write.3c					\
42		aiocancel.3c					\
43		aioread.3c					\
44		aiowait.3c					\
45		aligned_alloc.3c				\
46		arc4random.3c					\
47		assert.3c					\
48		atexit.3c					\
49		atomic_add.3c					\
50		atomic_and.3c					\
51		atomic_bits.3c					\
52		atomic_cas.3c					\
53		atomic_dec.3c					\
54		atomic_inc.3c					\
55		atomic_ops.3c					\
56		atomic_or.3c					\
57		atomic_swap.3c					\
58		attropen.3c					\
59		basename.3c					\
60		bsd_signal.3c					\
61		bsearch.3c					\
62		bstring.3c					\
63		btowc.3c					\
64		byteorder.3c					\
65		c16rtomb.3c					\
66		call_once.3c					\
67		catgets.3c					\
68		catopen.3c					\
69		cfgetispeed.3c					\
70		cfsetispeed.3c					\
71		clearenv.3c					\
72		clock.3c					\
73		clock_nanosleep.3c				\
74		clock_settime.3c				\
75		closedir.3c					\
76		closefrom.3c					\
77		cnd.3c						\
78		cond_init.3c					\
79		confstr.3c					\
80		crypt.3c					\
81		crypt_genhash_impl.3c				\
82		crypt_gensalt.3c				\
83		crypt_gensalt_impl.3c				\
84		cset.3c						\
85		ctermid.3c					\
86		ctime.3c					\
87		ctype.3c					\
88		cuserid.3c					\
89		daemon.3c					\
90		decimal_to_floating.3c				\
91		difftime.3c					\
92		directio.3c					\
93		dirfd.3c					\
94		dirname.3c					\
95		div.3c						\
96		dladdr.3c					\
97		dlclose.3c					\
98		dldump.3c					\
99		dlerror.3c					\
100		dlinfo.3c					\
101		dlopen.3c					\
102		dlsym.3c					\
103		door_bind.3c					\
104		door_call.3c					\
105		door_create.3c					\
106		door_cred.3c					\
107		door_getparam.3c				\
108		door_info.3c					\
109		door_return.3c					\
110		door_revoke.3c					\
111		door_server_create.3c				\
112		door_ucred.3c					\
113		drand48.3c					\
114		dup2.3c						\
115		econvert.3c					\
116		ecvt.3c						\
117		enable_extended_FILE_stdio.3c			\
118		encrypt.3c					\
119		end.3c						\
120		endian.3c					\
121		epoll_create.3c					\
122		epoll_ctl.3c					\
123		epoll_wait.3c					\
124		err.3c						\
125		euclen.3c					\
126		eventfd.3c					\
127		exit.3c						\
128		fattach.3c					\
129		fclose.3c					\
130		fcloseall.3c					\
131		fdatasync.3c					\
132		fdetach.3c					\
133		fdopen.3c					\
134		ferror.3c					\
135		fflush.3c					\
136		ffs.3c						\
137		fgetattr.3c					\
138		fgetc.3c					\
139		fgetpos.3c					\
140		fgetwc.3c					\
141		floating_to_decimal.3c				\
142		flock.3c					\
143		flockfile.3c					\
144		fmemopen.3c					\
145		fmtmsg.3c					\
146		fnmatch.3c					\
147		fopen.3c					\
148		fpgetround.3c					\
149		fputc.3c					\
150		fputwc.3c					\
151		fputws.3c					\
152		fread.3c					\
153		freopen.3c					\
154		fseek.3c					\
155		fsetpos.3c					\
156		fsync.3c					\
157		ftell.3c					\
158		ftime.3c					\
159		ftok.3c						\
160		fts.3c						\
161		ftw.3c						\
162		fwide.3c					\
163		fwprintf.3c					\
164		fwrite.3c					\
165		fwscanf.3c					\
166		get_nprocs.3c					\
167		getcpuid.3c					\
168		getcwd.3c					\
169		getdate.3c					\
170		getdtablesize.3c				\
171		getentropy.3c					\
172		getenv.3c					\
173		getexecname.3c					\
174		getgrnam.3c					\
175		getgrouplist.3c					\
176		gethostid.3c					\
177		gethostname.3c					\
178		gethrtime.3c					\
179		getline.3c					\
180		getloadavg.3c					\
181		getlogin.3c					\
182		getmntent.3c					\
183		getnetgrent.3c					\
184		getopt.3c					\
185		getopt_long.3c					\
186		getpagesize.3c					\
187		getpagesizes.3c					\
188		getpass.3c					\
189		getpeerucred.3c					\
190		getpriority.3c					\
191		getprogname.3c					\
192		getpw.3c					\
193		getpwnam.3c					\
194		getrusage.3c					\
195		gets.3c						\
196		getspnam.3c					\
197		getsubopt.3c					\
198		gettext.3c					\
199		gettimeofday.3c					\
200		gettxt.3c					\
201		getusershell.3c					\
202		getutent.3c					\
203		getutxent.3c					\
204		getvfsent.3c					\
205		getwc.3c					\
206		getwchar.3c					\
207		getwd.3c					\
208		getwidth.3c					\
209		getws.3c					\
210		getzoneid.3c					\
211		glob.3c						\
212		grantpt.3c					\
213		hsearch.3c					\
214		iconv.3c					\
215		iconv_close.3c					\
216		iconv_open.3c					\
217		imaxabs.3c					\
218		imaxdiv.3c					\
219		index.3c					\
220		inet.3c						\
221		initgroups.3c					\
222		insque.3c					\
223		is_system_labeled.3c				\
224		isaexec.3c					\
225		isastream.3c					\
226		isatty.3c					\
227		isnand.3c					\
228		iswalpha.3c					\
229		iswctype.3c					\
230		killpg.3c					\
231		lckpwdf.3c					\
232		lfmt.3c						\
233		lio_listio.3c					\
234		localeconv.3c					\
235		lockf.3c					\
236		lsearch.3c					\
237		madvise.3c					\
238		makecontext.3c					\
239		makedev.3c					\
240		malloc.3c					\
241		mblen.3c					\
242		mbrlen.3c					\
243		mbrtoc16.3c					\
244		mbsinit.3c					\
245		mbsrtowcs.3c					\
246		mbstowcs.3c					\
247		mbtowc.3c					\
248		membar_ops.3c					\
249		memory.3c					\
250		memset_s.3c					\
251		mkfifo.3c					\
252		mkstemp.3c					\
253		mktemp.3c					\
254		mktime.3c					\
255		mlock.3c					\
256		mlockall.3c					\
257		monitor.3c					\
258		mq_close.3c					\
259		mq_getattr.3c					\
260		mq_notify.3c					\
261		mq_open.3c					\
262		mq_receive.3c					\
263		mq_send.3c					\
264		mq_setattr.3c					\
265		mq_unlink.3c					\
266		msync.3c					\
267		mtx.3c						\
268		mutex_init.3c					\
269		nanosleep.3c					\
270		ndbm.3c						\
271		newlocale.3c					\
272		nl_langinfo.3c					\
273		offsetof.3c					\
274		open_memstream.3c				\
275		opendir.3c					\
276		perror.3c					\
277		pfmt.3c						\
278		plock.3c					\
279		popen.3c					\
280		port_alert.3c					\
281		port_associate.3c				\
282		port_create.3c					\
283		port_get.3c					\
284		port_send.3c					\
285		posix_fadvise.3c				\
286		posix_fallocate.3c				\
287		posix_madvise.3c				\
288		posix_memalign.3c				\
289		posix_openpt.3c					\
290		posix_spawn.3c					\
291		posix_spawn_file_actions_addclose.3c		\
292		posix_spawn_file_actions_addclosefrom_np.3c	\
293		posix_spawn_file_actions_adddup2.3c		\
294		posix_spawn_file_actions_destroy.3c		\
295		posix_spawn_pipe_np.3c				\
296		posix_spawnattr_destroy.3c			\
297		posix_spawnattr_getflags.3c			\
298		posix_spawnattr_getpgroup.3c			\
299		posix_spawnattr_getschedparam.3c		\
300		posix_spawnattr_getschedpolicy.3c		\
301		posix_spawnattr_getsigdefault.3c		\
302		posix_spawnattr_getsigignore_np.3c		\
303		posix_spawnattr_getsigmask.3c			\
304		printf.3c					\
305		priv_addset.3c					\
306		priv_set.3c					\
307		priv_str_to_set.3c				\
308		pset_getloadavg.3c				\
309		psignal.3c					\
310		pthread_atfork.3c				\
311		pthread_attr_get_np.3c				\
312		pthread_attr_getdetachstate.3c			\
313		pthread_attr_getguardsize.3c			\
314		pthread_attr_getinheritsched.3c			\
315		pthread_attr_getname_np.3c			\
316		pthread_attr_getschedparam.3c			\
317		pthread_attr_getschedpolicy.3c			\
318		pthread_attr_getscope.3c			\
319		pthread_attr_getstack.3c			\
320		pthread_attr_getstackaddr.3c			\
321		pthread_attr_getstacksize.3c			\
322		pthread_attr_init.3c				\
323		pthread_barrier_destroy.3c			\
324		pthread_barrier_wait.3c				\
325		pthread_barrierattr_destroy.3c			\
326		pthread_barrierattr_getpshared.3c		\
327		pthread_cancel.3c				\
328		pthread_cleanup_pop.3c				\
329		pthread_cleanup_push.3c				\
330		pthread_cond_init.3c				\
331		pthread_cond_signal.3c				\
332		pthread_cond_wait.3c				\
333		pthread_condattr_getclock.3c			\
334		pthread_condattr_getpshared.3c			\
335		pthread_condattr_init.3c			\
336		pthread_create.3c				\
337		pthread_detach.3c				\
338		pthread_equal.3c				\
339		pthread_exit.3c					\
340		pthread_getconcurrency.3c			\
341		pthread_getname_np.3c				\
342		pthread_getschedparam.3c			\
343		pthread_getspecific.3c				\
344		pthread_join.3c					\
345		pthread_key_create.3c				\
346		pthread_key_delete.3c				\
347		pthread_kill.3c					\
348		pthread_mutex_consistent.3c			\
349		pthread_mutex_getprioceiling.3c			\
350		pthread_mutex_init.3c				\
351		pthread_mutex_lock.3c				\
352		pthread_mutex_timedlock.3c			\
353		pthread_mutexattr_getprioceiling.3c		\
354		pthread_mutexattr_getprotocol.3c		\
355		pthread_mutexattr_getpshared.3c			\
356		pthread_mutexattr_getrobust.3c			\
357		pthread_mutexattr_gettype.3c			\
358		pthread_mutexattr_init.3c			\
359		pthread_once.3c					\
360		pthread_rwlock_init.3c				\
361		pthread_rwlock_rdlock.3c			\
362		pthread_rwlock_timedrdlock.3c			\
363		pthread_rwlock_timedwrlock.3c			\
364		pthread_rwlock_unlock.3c			\
365		pthread_rwlock_wrlock.3c			\
366		pthread_rwlockattr_getpshared.3c		\
367		pthread_rwlockattr_init.3c			\
368		pthread_self.3c					\
369		pthread_setcancelstate.3c			\
370		pthread_setcanceltype.3c			\
371		pthread_setschedprio.3c				\
372		pthread_sigmask.3c				\
373		pthread_spin_destroy.3c				\
374		pthread_spin_lock.3c				\
375		pthread_spin_unlock.3c				\
376		pthread_testcancel.3c				\
377		ptrace.3c					\
378		ptsname.3c					\
379		putenv.3c					\
380		putpwent.3c					\
381		puts.3c						\
382		putspent.3c					\
383		putws.3c					\
384		qsort.3c					\
385		quick_exit.3c					\
386		raise.3c					\
387		rand.3c						\
388		random.3c					\
389		rctl_walk.3c					\
390		rctlblk_set_value.3c				\
391		re_comp.3c					\
392		readdir.3c					\
393		realpath.3c					\
394		reboot.3c					\
395		regcmp.3c					\
396		regcomp.3c					\
397		remove.3c					\
398		rewind.3c					\
399		rewinddir.3c					\
400		rwlock.3c					\
401		scandir.3c					\
402		scanf.3c					\
403		sched_get_priority_max.3c			\
404		sched_getparam.3c				\
405		sched_getscheduler.3c				\
406		sched_rr_get_interval.3c			\
407		sched_setparam.3c				\
408		sched_setscheduler.3c				\
409		sched_yield.3c					\
410		schedctl_init.3c				\
411		seekdir.3c					\
412		select.3c					\
413		sem_close.3c					\
414		sem_destroy.3c					\
415		sem_getvalue.3c					\
416		sem_init.3c					\
417		sem_open.3c					\
418		sem_post.3c					\
419		sem_timedwait.3c				\
420		sem_unlink.3c					\
421		sem_wait.3c					\
422		semaphore.3c					\
423		set_constraint_handler_s.3c			\
424		setbuf.3c					\
425		setbuffer.3c					\
426		setcat.3c					\
427		setenv.3c					\
428		setjmp.3c					\
429		setkey.3c					\
430		setlabel.3c					\
431		setlocale.3c					\
432		shm_open.3c					\
433		shm_unlink.3c					\
434		sigfpe.3c					\
435		siginterrupt.3c					\
436		signal.3c					\
437		signalfd.3c					\
438		sigqueue.3c					\
439		sigsetops.3c					\
440		sigstack.3c					\
441		sigwaitinfo.3c					\
442		sleep.3c					\
443		smt_pause.3c					\
444		ssignal.3c					\
445		stack_getbounds.3c				\
446		stack_inbounds.3c				\
447		stack_setbounds.3c				\
448		stack_violation.3c				\
449		stdc_bit_ceil.3c				\
450		stdc_bit_floor.3c				\
451		stdc_count_ones.3c				\
452		stdc_count_zeros.3c				\
453		stdc_first_leading_one.3c			\
454		stdc_first_leading_zero.3c			\
455		stdc_first_trailing_one.3c			\
456		stdc_first_trailing_zero.3c			\
457		stdc_has_single_bit.3c				\
458		stdc_leading_ones.3c				\
459		stdc_leading_zeros.3c				\
460		stdc_trailing_ones.3c				\
461		stdc_trailing_zeros.3c				\
462		stdio.3c					\
463		str2sig.3c					\
464		strcoll.3c					\
465		strerror.3c					\
466		strfmon.3c					\
467		strftime.3c					\
468		string.3c					\
469		string_to_decimal.3c				\
470		strptime.3c					\
471		strsignal.3c					\
472		strtod.3c					\
473		strtoimax.3c					\
474		strtol.3c					\
475		strtonum.3c					\
476		strtoul.3c					\
477		strtows.3c					\
478		strxfrm.3c					\
479		swab.3c						\
480		sync_instruction_memory.3c			\
481		syncfs.3c					\
482		sysconf.3c					\
483		syslog.3c					\
484		system.3c					\
485		tcdrain.3c					\
486		tcflow.3c					\
487		tcflush.3c					\
488		tcgetattr.3c					\
489		tcgetpgrp.3c					\
490		tcgetsid.3c					\
491		tcsendbreak.3c					\
492		tcsetattr.3c					\
493		tcsetpgrp.3c					\
494		tell.3c						\
495		telldir.3c					\
496		termios.3c					\
497		thr_create.3c					\
498		thr_exit.3c					\
499		thr_getname.3c					\
500		thr_getconcurrency.3c				\
501		thr_getprio.3c					\
502		thr_join.3c					\
503		thr_keycreate.3c				\
504		thr_kill.3c					\
505		thr_main.3c					\
506		thr_min_stack.3c				\
507		thr_self.3c					\
508		thr_sigsetmask.3c				\
509		thr_stksegment.3c				\
510		thr_suspend.3c					\
511		thr_yield.3c					\
512		thrd_create.3c					\
513		thrd_current.3c					\
514		thrd_detach.3c					\
515		thrd_equal.3c					\
516		thrd_exit.3c					\
517		thrd_join.3c					\
518		thrd_yield.3c					\
519		timer_create.3c					\
520		timer_delete.3c					\
521		timer_settime.3c				\
522		timeradd.3c					\
523		timerfd_create.3c				\
524		timespec_get.3c					\
525		tmpfile.3c					\
526		tmpnam.3c					\
527		toascii.3c					\
528		tolower.3c					\
529		toupper.3c					\
530		towlower.3c					\
531		towupper.3c					\
532		truncate.3c					\
533		tsearch.3c					\
534		tss.3c						\
535		ttyname.3c					\
536		ttyslot.3c					\
537		u8_strcmp.3c					\
538		u8_textprep_str.3c				\
539		u8_validate.3c					\
540		ualarm.3c					\
541		uconv_u16tou32.3c				\
542		ucontext_alloc.3c				\
543		ucred.3c					\
544		ungetc.3c					\
545		ungetwc.3c					\
546		unlockpt.3c					\
547		unsetenv.3c					\
548		uselocale.3c					\
549		usleep.3c					\
550		vfwprintf.3c					\
551		vlfmt.3c					\
552		vpfmt.3c					\
553		vprintf.3c					\
554		vsyslog.3c					\
555		wait.3c						\
556		wait3.3c					\
557		waitpid.3c					\
558		walkcontext.3c					\
559		wcpcpy.3c					\
560		wcscasecmp.3c					\
561		wcscoll.3c					\
562		wcsdup.3c					\
563		wcsftime.3c					\
564		wcslen.3c					\
565		wcsrtombs.3c					\
566		wcsstr.3c					\
567		wcstod.3c					\
568		wcstoimax.3c					\
569		wcstol.3c					\
570		wcstombs.3c					\
571		wcstoul.3c					\
572		wcstring.3c					\
573		wcswidth.3c					\
574		wcsxfrm.3c					\
575		wctob.3c					\
576		wctomb.3c					\
577		wctrans.3c					\
578		wctype.3c					\
579		wcwidth.3c					\
580		wmemchr.3c					\
581		wmemcmp.3c					\
582		wmemcpy.3c					\
583		wmemmove.3c					\
584		wmemset.3c					\
585		wordexp.3c					\
586		wsprintf.3c					\
587		wsscanf.3c					\
588		wstring.3c
589
590MANLINKS=	FD_CLR.3c				\
591		FD_ISSET.3c				\
592		FD_SET.3c				\
593		FD_ZERO.3c				\
594		__flbf.3c				\
595		__fpending.3c				\
596		__fpurge.3c				\
597		__freadable.3c				\
598		__freading.3c				\
599		__fsetlocking.3c			\
600		__fwritable.3c				\
601		__fwriting.3c				\
602		_edata.3c				\
603		_end.3c					\
604		_etext.3c				\
605		_exithandle.3c				\
606		_flushlbf.3c				\
607		_setjmp.3c				\
608		abort_handler_s.3c			\
609		addrtosymstr.3c				\
610		aiowrite.3c				\
611		alloca.3c				\
612		alphasort.3c				\
613		arc4random_buf.3c			\
614		arc4random_uniform.3c			\
615		ascftime.3c				\
616		asctime.3c				\
617		asctime_r.3c				\
618		asprintf.3c				\
619		at_quick_exit.3c			\
620		atof.3c					\
621		atoi.3c					\
622		atol.3c					\
623		atoll.3c				\
624		atomic_add_16.3c			\
625		atomic_add_16_nv.3c			\
626		atomic_add_32.3c			\
627		atomic_add_32_nv.3c			\
628		atomic_add_64.3c			\
629		atomic_add_64_nv.3c			\
630		atomic_add_8.3c				\
631		atomic_add_8_nv.3c			\
632		atomic_add_char.3c			\
633		atomic_add_char_nv.3c			\
634		atomic_add_int.3c			\
635		atomic_add_int_nv.3c			\
636		atomic_add_long.3c			\
637		atomic_add_long_nv.3c			\
638		atomic_add_ptr.3c			\
639		atomic_add_ptr_nv.3c			\
640		atomic_add_short.3c			\
641		atomic_add_short_nv.3c			\
642		atomic_and_16.3c			\
643		atomic_and_16_nv.3c			\
644		atomic_and_32.3c			\
645		atomic_and_32_nv.3c			\
646		atomic_and_64.3c			\
647		atomic_and_64_nv.3c			\
648		atomic_and_8.3c				\
649		atomic_and_8_nv.3c			\
650		atomic_and_uchar.3c			\
651		atomic_and_uchar_nv.3c			\
652		atomic_and_uint.3c			\
653		atomic_and_uint_nv.3c			\
654		atomic_and_ulong.3c			\
655		atomic_and_ulong_nv.3c			\
656		atomic_and_ushort.3c			\
657		atomic_and_ushort_nv.3c			\
658		atomic_cas_16.3c			\
659		atomic_cas_32.3c			\
660		atomic_cas_64.3c			\
661		atomic_cas_8.3c				\
662		atomic_cas_ptr.3c			\
663		atomic_cas_uchar.3c			\
664		atomic_cas_uint.3c			\
665		atomic_cas_ulong.3c			\
666		atomic_cas_ushort.3c			\
667		atomic_clear_long_excl.3c		\
668		atomic_dec_16.3c			\
669		atomic_dec_16_nv.3c			\
670		atomic_dec_32.3c			\
671		atomic_dec_32_nv.3c			\
672		atomic_dec_64.3c			\
673		atomic_dec_64_nv.3c			\
674		atomic_dec_8.3c				\
675		atomic_dec_8_nv.3c			\
676		atomic_dec_ptr.3c			\
677		atomic_dec_ptr_nv.3c			\
678		atomic_dec_uchar.3c			\
679		atomic_dec_uchar_nv.3c			\
680		atomic_dec_uint.3c			\
681		atomic_dec_uint_nv.3c			\
682		atomic_dec_ulong.3c			\
683		atomic_dec_ulong_nv.3c			\
684		atomic_dec_ushort.3c			\
685		atomic_dec_ushort_nv.3c			\
686		atomic_inc_16.3c			\
687		atomic_inc_16_nv.3c			\
688		atomic_inc_32.3c			\
689		atomic_inc_32_nv.3c			\
690		atomic_inc_64.3c			\
691		atomic_inc_64_nv.3c			\
692		atomic_inc_8.3c				\
693		atomic_inc_8_nv.3c			\
694		atomic_inc_ptr.3c			\
695		atomic_inc_ptr_nv.3c			\
696		atomic_inc_uchar.3c			\
697		atomic_inc_uchar_nv.3c			\
698		atomic_inc_uint.3c			\
699		atomic_inc_uint_nv.3c			\
700		atomic_inc_ulong.3c			\
701		atomic_inc_ulong_nv.3c			\
702		atomic_inc_ushort.3c			\
703		atomic_inc_ushort_nv.3c			\
704		atomic_or_16.3c				\
705		atomic_or_16_nv.3c			\
706		atomic_or_32.3c				\
707		atomic_or_32_nv.3c			\
708		atomic_or_64.3c				\
709		atomic_or_64_nv.3c			\
710		atomic_or_8.3c				\
711		atomic_or_8_nv.3c			\
712		atomic_or_uchar.3c			\
713		atomic_or_uchar_nv.3c			\
714		atomic_or_uint.3c			\
715		atomic_or_uint_nv.3c			\
716		atomic_or_ulong.3c			\
717		atomic_or_ulong_nv.3c			\
718		atomic_or_ushort.3c			\
719		atomic_or_ushort_nv.3c			\
720		atomic_set_long_excl.3c			\
721		atomic_swap_16.3c			\
722		atomic_swap_32.3c			\
723		atomic_swap_64.3c			\
724		atomic_swap_8.3c			\
725		atomic_swap_ptr.3c			\
726		atomic_swap_uchar.3c			\
727		atomic_swap_uint.3c			\
728		atomic_swap_ulong.3c			\
729		atomic_swap_ushort.3c			\
730		backtrace.3c				\
731		backtrace_symbols.3c			\
732		backtrace_symbols_fd.3c			\
733		bcmp.3c					\
734		bcopy.3c				\
735		be16toh.3c				\
736		be32toh.3c				\
737		be64toh.3c				\
738		betoh16.3c				\
739		betoh32.3c				\
740		betoh64.3c				\
741		bind_textdomain_codeset.3c		\
742		bindtextdomain.3c			\
743		btowc_l.3c				\
744		bzero.3c				\
745		c32rtomb.3c				\
746		calloc.3c				\
747		canonicalize_file_name.3c		\
748		catclose.3c				\
749		cfgetospeed.3c				\
750		cfsetospeed.3c				\
751		cftime.3c				\
752		clearerr.3c				\
753		clock_getres.3c				\
754		clock_gettime.3c			\
755		closelog.3c				\
756		cnd_broadcast.3c			\
757		cnd_destroy.3c				\
758		cnd_init.3c				\
759		cnd_signal.3c				\
760		cnd_timedwait.3c			\
761		cnd_wait.3c				\
762		cond_broadcast.3c			\
763		cond_destroy.3c				\
764		cond_reltimedwait.3c			\
765		cond_signal.3c				\
766		cond_timedwait.3c			\
767		cond_wait.3c				\
768		csetcol.3c				\
769		csetlen.3c				\
770		csetno.3c				\
771		ctermid_r.3c				\
772		ctime_r.3c				\
773		dbm_clearerr.3c				\
774		dbm_close.3c				\
775		dbm_delete.3c				\
776		dbm_error.3c				\
777		dbm_fetch.3c				\
778		dbm_firstkey.3c				\
779		dbm_nextkey.3c				\
780		dbm_open.3c				\
781		dbm_store.3c				\
782		dcgettext.3c				\
783		dcngettext.3c				\
784		decimal_to_double.3c			\
785		decimal_to_extended.3c			\
786		decimal_to_quadruple.3c			\
787		decimal_to_single.3c			\
788		dgettext.3c				\
789		dladdr1.3c				\
790		dlmopen.3c				\
791		dngettext.3c				\
792		door_setparam.3c			\
793		door_unbind.3c				\
794		double_to_decimal.3c			\
795		dup3.3c					\
796		duplocale.3c				\
797		edata.3c				\
798		endgrent.3c				\
799		endnetgrent.3c				\
800		endpwent.3c				\
801		endspent.3c				\
802		endusershell.3c				\
803		endutent.3c				\
804		endutxent.3c				\
805		epoll_create1.3c			\
806		epoll_pwait.3c				\
807		erand48.3c				\
808		errc.3c					\
809		errno.3c				\
810		errx.3c					\
811		etext.3c				\
812		euccol.3c				\
813		eucscol.3c				\
814		eventfd_read.3c				\
815		eventfd_write.3c			\
816		explicit_bzero.3c			\
817		extended_to_decimal.3c			\
818		fconvert.3c				\
819		fcvt.3c					\
820		fdopendir.3c				\
821		fdwalk.3c				\
822		feof.3c					\
823		ffsl.3c					\
824		ffsll.3c				\
825		fgetgrent.3c				\
826		fgetgrent_r.3c				\
827		fgetpwent.3c				\
828		fgetpwent_r.3c				\
829		fgets.3c				\
830		fgetspent.3c				\
831		fgetspent_r.3c				\
832		fgetwc_l.3c				\
833		fgetws.3c				\
834		file_to_decimal.3c			\
835		fileno.3c				\
836		finite.3c				\
837		fls.3c					\
838		flsl.3c					\
839		flsll.3c				\
840		fpclass.3c				\
841		fpgetmask.3c				\
842		fpgetsticky.3c				\
843		fprintf.3c				\
844		fpsetmask.3c				\
845		fpsetround.3c				\
846		fpsetsticky.3c				\
847		fputs.3c				\
848		free.3c					\
849		freelocale.3c				\
850		freezero.3c				\
851		fscanf.3c				\
852		fseeko.3c				\
853		fsetattr.3c				\
854		ftello.3c				\
855		ftruncate.3c				\
856		ftrylockfile.3c				\
857		fts_children.3c				\
858		fts_close.3c				\
859		fts_open.3c				\
860		fts_read.3c				\
861		fts_set.3c				\
862		func_to_decimal.3c			\
863		funlockfile.3c				\
864		gconvert.3c				\
865		gcvt.3c					\
866		get_nprocs_conf.3c			\
867		getattrat.3c				\
868		getc.3c					\
869		getc_unlocked.3c			\
870		getchar.3c				\
871		getchar_unlocked.3c			\
872		getdelim.3c				\
873		getextmntent.3c				\
874		getgrent.3c				\
875		getgrent_r.3c				\
876		getgrgid.3c				\
877		getgrgid_r.3c				\
878		getgrnam_r.3c				\
879		gethomelgroup.3c			\
880		gethrvtime.3c				\
881		getlogin_r.3c				\
882		getmntany.3c				\
883		getnetgrent_r.3c			\
884		getopt_long_only.3c			\
885		getopt_long_clip.3c			\
886		getpassphrase.3c			\
887		getpwent.3c				\
888		getpwent_r.3c				\
889		getpwnam_r.3c				\
890		getpwuid.3c				\
891		getpwuid_r.3c				\
892		getspent.3c				\
893		getspent_r.3c				\
894		getspnam_r.3c				\
895		getutid.3c				\
896		getutline.3c				\
897		getutmp.3c				\
898		getutmpx.3c				\
899		getutxid.3c				\
900		getutxline.3c				\
901		getvfsany.3c				\
902		getvfsfile.3c				\
903		getvfsspec.3c				\
904		getw.3c					\
905		getwc_l.3c				\
906		getwchar_l.3c				\
907		getzoneidbyname.3c			\
908		getzonenamebyid.3c			\
909		globfree.3c				\
910		gmtime.3c				\
911		gmtime_r.3c				\
912		gsignal.3c				\
913		hasmntopt.3c				\
914		hcreate.3c				\
915		hdestroy.3c				\
916		htobe16.3c				\
917		htobe32.3c				\
918		htobe64.3c				\
919		htole16.3c				\
920		htole32.3c				\
921		htole64.3c				\
922		htonl.3c				\
923		htonll.3c				\
924		htons.3c				\
925		ignore_handler_s.3c			\
926		inet6.3c				\
927		inet_addr.3c				\
928		inet_aton.3c				\
929		inet_lnaof.3c				\
930		inet_makeaddr.3c			\
931		inet_netof.3c				\
932		inet_network.3c				\
933		inet_ntoa.3c				\
934		inet_ntop.3c				\
935		inet_pton.3c				\
936		initstate.3c				\
937		innetgr.3c				\
938		isalnum.3c				\
939		isalnum_l.3c				\
940		isalpha.3c				\
941		isalpha_l.3c				\
942		isascii.3c				\
943		isblank.3c				\
944		isblank_l.3c				\
945		iscntrl.3c				\
946		iscntrl_l.3c				\
947		isdigit.3c				\
948		isdigit_l.3c				\
949		isenglish.3c				\
950		isgraph.3c				\
951		isgraph_l.3c				\
952		isideogram.3c				\
953		islower.3c				\
954		islower_l.3c				\
955		isnanf.3c				\
956		isnumber.3c				\
957		isphonogram.3c				\
958		isprint.3c				\
959		isprint_l.3c				\
960		ispunct.3c				\
961		ispunct_l.3c				\
962		isspace.3c				\
963		isspace_l.3c				\
964		isspecial.3c				\
965		isupper.3c				\
966		isupper_l.3c				\
967		iswalnum.3c				\
968		iswalnum_l.3c				\
969		iswalpha_l.3c				\
970		iswascii.3c				\
971		iswascii_l.3c				\
972		iswblank.3c				\
973		iswblank_l.3c				\
974		iswcntrl.3c				\
975		iswcntrl_l.3c				\
976		iswctype_l.3c				\
977		iswdigit.3c				\
978		iswdigit_l.3c				\
979		iswgraph.3c				\
980		iswgraph_l.3c				\
981		iswhexnumber.3c				\
982		iswhexnumber_l.3c			\
983		iswideogram.3c				\
984		iswideogram_l.3c			\
985		iswlower.3c				\
986		iswlower_l.3c				\
987		iswnumber.3c				\
988		iswnumber_l.3c				\
989		iswphonogram.3c				\
990		iswphonogram_l.3c			\
991		iswprint.3c				\
992		iswprint_l.3c				\
993		iswpunct.3c				\
994		iswpunct_l.3c				\
995		iswspace.3c				\
996		iswspace_l.3c				\
997		iswspecial.3c				\
998		iswspecial_l.3c				\
999		iswupper.3c				\
1000		iswupper_l.3c				\
1001		iswxdigit.3c				\
1002		iswxdigit_l.3c				\
1003		isxdigit.3c				\
1004		isxdigit_l.3c				\
1005		jrand48.3c				\
1006		l64a.3c					\
1007		labs.3c					\
1008		lcong48.3c				\
1009		ldiv.3c					\
1010		le16toh.3c				\
1011		le32toh.3c				\
1012		le64toh.3c				\
1013		letoh16.3c				\
1014		letoh32.3c				\
1015		letoh64.3c				\
1016		lfind.3c				\
1017		llabs.3c				\
1018		lldiv.3c				\
1019		lltostr.3c				\
1020		localtime.3c				\
1021		localtime_r.3c				\
1022		longjmp.3c				\
1023		lrand48.3c				\
1024		major.3c				\
1025		mblen_l.3c				\
1026		mbrlen_l.3c				\
1027		mbrtoc32.3c				\
1028		mbrtowc.3c				\
1029		mbrtowc_l.3c				\
1030		mbsinit_l.3c				\
1031		mbsnrtowcs.3c				\
1032		mbsnrtowcs_l.3c				\
1033		mbsrtowcs_l.3c				\
1034		mbstowcs_l.3c				\
1035		mbtowc_l.3c				\
1036		memalign.3c				\
1037		membar_consumer.3c			\
1038		membar_enter.3c				\
1039		membar_exit.3c				\
1040		membar_producer.3c			\
1041		memccpy.3c				\
1042		memchr.3c				\
1043		memcmp.3c				\
1044		memcpy.3c				\
1045		memmem.3c				\
1046		memmove.3c				\
1047		memrchr.3c				\
1048		memset.3c				\
1049		minor.3c				\
1050		mkdtemp.3c				\
1051		mkfifoat.3c				\
1052		mkostemp.3c				\
1053		mkostemps.3c				\
1054		mkstemps.3c				\
1055		mq_reltimedreceive_np.3c		\
1056		mq_reltimedsend_np.3c			\
1057		mq_timedreceive.3c			\
1058		mq_timedsend.3c				\
1059		mrand48.3c				\
1060		mtx_destroy.3c				\
1061		mtx_init.3c				\
1062		mtx_lock.3c				\
1063		mtx_timedlock.3c			\
1064		mtx_trylock.3c				\
1065		mtx_unlock.3c				\
1066		munlock.3c				\
1067		munlockall.3c				\
1068		mutex_consistent.3c			\
1069		mutex_destroy.3c			\
1070		mutex_lock.3c				\
1071		mutex_trylock.3c			\
1072		mutex_unlock.3c				\
1073		nftw.3c					\
1074		ngettext.3c				\
1075		nl_langinfo_l.3c			\
1076		nrand48.3c				\
1077		ntohl.3c				\
1078		ntohll.3c				\
1079		ntohs.3c				\
1080		open_wmemstream.3c			\
1081		openlog.3c				\
1082		pclose.3c				\
1083		port_dissociate.3c			\
1084		port_getn.3c				\
1085		port_sendn.3c				\
1086		posix_spawn_file_actions_addopen.3c	\
1087		posix_spawn_file_actions_init.3c	\
1088		posix_spawnattr_init.3c			\
1089		posix_spawnattr_setflags.3c		\
1090		posix_spawnattr_setpgroup.3c		\
1091		posix_spawnattr_setschedparam.3c	\
1092		posix_spawnattr_setschedpolicy.3c	\
1093		posix_spawnattr_setsigdefault.3c	\
1094		posix_spawnattr_setsigignore_np.3c	\
1095		posix_spawnattr_setsigmask.3c		\
1096		posix_spawnp.3c				\
1097		printstack.3c				\
1098		priv_allocset.3c			\
1099		priv_basicset.3c			\
1100		priv_copyset.3c				\
1101		priv_delset.3c				\
1102		priv_emptyset.3c			\
1103		priv_fillset.3c				\
1104		priv_freeset.3c				\
1105		priv_getbyname.3c			\
1106		priv_getbynum.3c			\
1107		priv_getsetbyname.3c			\
1108		priv_getsetbynum.3c			\
1109		priv_gettext.3c				\
1110		priv_ineffect.3c			\
1111		priv_intersect.3c			\
1112		priv_inverse.3c				\
1113		priv_isemptyset.3c			\
1114		priv_isequalset.3c			\
1115		priv_isfullset.3c			\
1116		priv_ismember.3c			\
1117		priv_issubset.3c			\
1118		priv_set_to_str.3c			\
1119		priv_union.3c				\
1120		pselect.3c				\
1121		psiginfo.3c				\
1122		pthread_attr_destroy.3c			\
1123		pthread_attr_setdetachstate.3c		\
1124		pthread_attr_setguardsize.3c		\
1125		pthread_attr_setinheritsched.3c		\
1126		pthread_attr_setname_np.3c		\
1127		pthread_attr_setschedparam.3c		\
1128		pthread_attr_setschedpolicy.3c		\
1129		pthread_attr_setscope.3c		\
1130		pthread_attr_setstack.3c		\
1131		pthread_attr_setstackaddr.3c		\
1132		pthread_attr_setstacksize.3c		\
1133		pthread_barrier_init.3c			\
1134		pthread_barrierattr_init.3c		\
1135		pthread_barrierattr_setpshared.3c	\
1136		pthread_cond_broadcast.3c		\
1137		pthread_cond_clockwait.3c		\
1138		pthread_cond_destroy.3c			\
1139		pthread_cond_relclockwait_np.3c		\
1140		pthread_cond_reltimedwait_np.3c		\
1141		pthread_cond_timedwait.3c		\
1142		pthread_condattr_destroy.3c		\
1143		pthread_condattr_setclock.3c		\
1144		pthread_condattr_setpshared.3c		\
1145		pthread_key_create_once_np.3c		\
1146		pthread_mutex_clocklock.3c		\
1147		pthread_mutex_destroy.3c		\
1148		pthread_mutex_relclocklock_np.3c	\
1149		pthread_mutex_reltimedlock_np.3c	\
1150		pthread_mutex_setprioceiling.3c		\
1151		pthread_mutex_trylock.3c		\
1152		pthread_mutex_unlock.3c			\
1153		pthread_mutexattr_destroy.3c		\
1154		pthread_mutexattr_setprioceiling.3c	\
1155		pthread_mutexattr_setprotocol.3c	\
1156		pthread_mutexattr_setpshared.3c		\
1157		pthread_mutexattr_setrobust.3c		\
1158		pthread_mutexattr_settype.3c		\
1159		pthread_rwlock_clockrdlock.3c		\
1160		pthread_rwlock_clockwrlock.3c		\
1161		pthread_rwlock_destroy.3c		\
1162		pthread_rwlock_relclockrdlock_np.3c	\
1163		pthread_rwlock_reltimedrdlock_np.3c	\
1164		pthread_rwlock_relclockwrlock_np.3c	\
1165		pthread_rwlock_reltimedwrlock_np.3c	\
1166		pthread_rwlock_tryrdlock.3c		\
1167		pthread_rwlock_trywrlock.3c		\
1168		pthread_rwlockattr_destroy.3c		\
1169		pthread_rwlockattr_setpshared.3c	\
1170		pthread_setconcurrency.3c		\
1171		pthread_setname_np.3c			\
1172		pthread_setschedparam.3c		\
1173		pthread_setspecific.3c			\
1174		pthread_spin_init.3c			\
1175		pthread_spin_trylock.3c			\
1176		ptsname_r.3c				\
1177		putc.3c					\
1178		putc_unlocked.3c			\
1179		putchar.3c				\
1180		putchar_unlocked.3c			\
1181		putmntent.3c				\
1182		pututline.3c				\
1183		pututxline.3c				\
1184		putw.3c					\
1185		putwc.3c				\
1186		putwchar.3c				\
1187		qeconvert.3c				\
1188		qfconvert.3c				\
1189		qgconvert.3c				\
1190		qsort_r.3c				\
1191		quadruple_to_decimal.3c			\
1192		rand_r.3c				\
1193		rctlblk_get_enforced_value.3c		\
1194		rctlblk_get_firing_time.3c		\
1195		rctlblk_get_global_action.3c		\
1196		rctlblk_get_global_flags.3c		\
1197		rctlblk_get_local_action.3c		\
1198		rctlblk_get_local_flags.3c		\
1199		rctlblk_get_privilege.3c		\
1200		rctlblk_get_recipient_pid.3c		\
1201		rctlblk_get_value.3c			\
1202		rctlblk_set_local_action.3c		\
1203		rctlblk_set_local_flags.3c		\
1204		rctlblk_set_privilege.3c		\
1205		rctlblk_set_recipient_pid.3c		\
1206		rctlblk_size.3c				\
1207		re_exec.3c				\
1208		readdir_r.3c				\
1209		realloc.3c				\
1210		reallocf.3c				\
1211		reallocarray.3c				\
1212		recallocarray.3c			\
1213		regerror.3c				\
1214		regex.3c				\
1215		regexec.3c				\
1216		regfree.3c				\
1217		remque.3c				\
1218		resetmnttab.3c				\
1219		rindex.3c				\
1220		rw_rdlock.3c				\
1221		rw_tryrdlock.3c				\
1222		rw_trywrlock.3c				\
1223		rw_unlock.3c				\
1224		rw_wrlock.3c				\
1225		rwlock_destroy.3c			\
1226		rwlock_init.3c				\
1227		sched_get_priority_min.3c		\
1228		schedctl_exit.3c			\
1229		schedctl_lookup.3c			\
1230		schedctl_start.3c			\
1231		schedctl_stop.3c			\
1232		seconvert.3c				\
1233		seed48.3c				\
1234		sem_clockwait.3c			\
1235		sem_relclockwait_np.3c			\
1236		sem_reltimedwait_np.3c			\
1237		sem_trywait.3c				\
1238		sema_destroy.3c				\
1239		sema_init.3c				\
1240		sema_post.3c				\
1241		sema_trywait.3c				\
1242		sema_wait.3c				\
1243		setattrat.3c				\
1244		setgrent.3c				\
1245		sethostname.3c				\
1246		setlinebuf.3c				\
1247		setlogmask.3c				\
1248		setnetgrent.3c				\
1249		setpriority.3c				\
1250		setprogname.3c				\
1251		setpwent.3c				\
1252		setspent.3c				\
1253		setstate.3c				\
1254		settimeofday.3c				\
1255		setusershell.3c				\
1256		setutent.3c				\
1257		setutxent.3c				\
1258		setvbuf.3c				\
1259		sfconvert.3c				\
1260		sgconvert.3c				\
1261		sig2str.3c				\
1262		sigaddset.3c				\
1263		sigdelset.3c				\
1264		sigemptyset.3c				\
1265		sigfillset.3c				\
1266		sighold.3c				\
1267		sigignore.3c				\
1268		sigismember.3c				\
1269		siglongjmp.3c				\
1270		sigpause.3c				\
1271		sigrelse.3c				\
1272		sigset.3c				\
1273		sigsetjmp.3c				\
1274		sigtimedwait.3c				\
1275		single_to_decimal.3c			\
1276		snprintf.3c				\
1277		sprintf.3c				\
1278		srand.3c				\
1279		srand48.3c				\
1280		srandom.3c				\
1281		sscanf.3c				\
1282		stdc_bit_ceil_uc.3c			\
1283		stdc_bit_ceil_us.3c			\
1284		stdc_bit_ceil_ui.3c			\
1285		stdc_bit_ceil_ul.3c			\
1286		stdc_bit_ceil_ull.3c			\
1287		stdc_bit_floor_uc.3c			\
1288		stdc_bit_floor_us.3c			\
1289		stdc_bit_floor_ui.3c			\
1290		stdc_bit_floor_ul.3c			\
1291		stdc_bit_floor_ull.3c			\
1292		stdc_count_ones_uc.3c			\
1293		stdc_count_ones_us.3c			\
1294		stdc_count_ones_ui.3c			\
1295		stdc_count_ones_ul.3c			\
1296		stdc_count_ones_ull.3c			\
1297		stdc_count_zeros_uc.3c			\
1298		stdc_count_zeros_us.3c			\
1299		stdc_count_zeros_ui.3c			\
1300		stdc_count_zeros_ul.3c			\
1301		stdc_count_zeros_ull.3c			\
1302		stdc_first_leading_one_uc.3c		\
1303		stdc_first_leading_one_us.3c		\
1304		stdc_first_leading_one_ui.3c		\
1305		stdc_first_leading_one_ul.3c		\
1306		stdc_first_leading_one_ull.3c		\
1307		stdc_first_leading_zero_uc.3c		\
1308		stdc_first_leading_zero_us.3c		\
1309		stdc_first_leading_zero_ui.3c		\
1310		stdc_first_leading_zero_ul.3c		\
1311		stdc_first_leading_zero_ull.3c		\
1312		stdc_first_trailing_one_uc.3c		\
1313		stdc_first_trailing_one_us.3c		\
1314		stdc_first_trailing_one_ui.3c		\
1315		stdc_first_trailing_one_ul.3c		\
1316		stdc_first_trailing_one_ull.3c		\
1317		stdc_first_trailing_zero_uc.3c		\
1318		stdc_first_trailing_zero_us.3c		\
1319		stdc_first_trailing_zero_ui.3c		\
1320		stdc_first_trailing_zero_ul.3c		\
1321		stdc_first_trailing_zero_ull.3c		\
1322		stdc_has_single_bit_uc.3c		\
1323		stdc_has_single_bit_us.3c		\
1324		stdc_has_single_bit_ui.3c		\
1325		stdc_has_single_bit_ul.3c		\
1326		stdc_has_single_bit_ull.3c		\
1327		stdc_leading_ones_uc.3c			\
1328		stdc_leading_ones_us.3c			\
1329		stdc_leading_ones_ui.3c			\
1330		stdc_leading_ones_ul.3c			\
1331		stdc_leading_ones_ull.3c		\
1332		stdc_leading_zeros_uc.3c		\
1333		stdc_leading_zeros_us.3c		\
1334		stdc_leading_zeros_ui.3c		\
1335		stdc_leading_zeros_ul.3c		\
1336		stdc_leading_zeros_ull.3c		\
1337		stdc_trailing_ones_uc.3c		\
1338		stdc_trailing_ones_us.3c		\
1339		stdc_trailing_ones_ui.3c		\
1340		stdc_trailing_ones_ul.3c		\
1341		stdc_trailing_ones_ull.3c		\
1342		stdc_trailing_zeros_uc.3c		\
1343		stdc_trailing_zeros_us.3c		\
1344		stdc_trailing_zeros_ui.3c		\
1345		stdc_trailing_zeros_ul.3c		\
1346		stdc_trailing_zeros_ull.3c		\
1347		stderr.3c				\
1348		stdin.3c				\
1349		stdout.3c				\
1350		stpcpy.3c				\
1351		stpncpy.3c				\
1352		strcasecmp.3c				\
1353		strcasecmp_l.3c				\
1354		strcasestr.3c				\
1355		strcasestr_l.3c				\
1356		strcat.3c				\
1357		strchr.3c				\
1358		strchrnul.3c				\
1359		strcmp.3c				\
1360		strcoll_l.3c				\
1361		strcpy.3c				\
1362		strcspn.3c				\
1363		strdup.3c				\
1364		strdupa.3c				\
1365		strerror_l.3c				\
1366		strerror_r.3c				\
1367		strerrordesc_np.3c			\
1368		strerrorname_np.3c			\
1369		strfmon_l.3c				\
1370		strftime_l.3c				\
1371		strlcat.3c				\
1372		strlcpy.3c				\
1373		strlen.3c				\
1374		strncasecmp.3c				\
1375		strncasecmp_l.3c			\
1376		strncat.3c				\
1377		strncmp.3c				\
1378		strncpy.3c				\
1379		strndup.3c				\
1380		strndupa.3c				\
1381		strnlen.3c				\
1382		strnstr.3c				\
1383		strpbrk.3c				\
1384		strptime_l.3c				\
1385		strrchr.3c				\
1386		strsep.3c				\
1387		strspn.3c				\
1388		strstr.3c				\
1389		strtof.3c				\
1390		strtok.3c				\
1391		strtok_r.3c				\
1392		strtold.3c				\
1393		strtoll.3c				\
1394		strtonumx.3c				\
1395		strtoull.3c				\
1396		strtoumax.3c				\
1397		strxfrm_l.3c				\
1398		swapcontext.3c				\
1399		swapcontext_extd.3c			\
1400		swprintf.3c				\
1401		swscanf.3c				\
1402		tdelete.3c				\
1403		tempnam.3c				\
1404		textdomain.3c				\
1405		tfind.3c				\
1406		thr_continue.3c				\
1407		thr_getspecific.3c			\
1408		thr_keycreate_once.3c			\
1409		thr_setname.3c				\
1410		thr_setconcurrency.3c			\
1411		thr_setprio.3c				\
1412		thr_setspecific.3c			\
1413		thrd_sleep.3c				\
1414		timegm.3c				\
1415		timer_getoverrun.3c			\
1416		timer_gettime.3c			\
1417		timerclear.3c				\
1418		timercmp.3c				\
1419		timerfd_gettime.3c			\
1420		timerfd_settime.3c			\
1421		timerisset.3c				\
1422		timersub.3c				\
1423		tmpnam_r.3c				\
1424		tolower_l.3c				\
1425		toupper_l.3c				\
1426		towctrans.3c				\
1427		towctrans_l.3c				\
1428		towlower_l.3c				\
1429		towupper_l.3c				\
1430		tss_create.3c				\
1431		tss_delete.3c				\
1432		tss_get.3c				\
1433		tss_set.3c				\
1434		ttyname_r.3c				\
1435		twalk.3c				\
1436		tzset.3c				\
1437		uconv_u16tou8.3c			\
1438		uconv_u32tou16.3c			\
1439		uconv_u32tou8.3c			\
1440		uconv_u8tou16.3c			\
1441		uconv_u8tou32.3c			\
1442		ucontext_free.3c			\
1443		ucred_free.3c				\
1444		ucred_get.3c				\
1445		ucred_getegid.3c			\
1446		ucred_geteuid.3c			\
1447		ucred_getgroups.3c			\
1448		ucred_getlabel.3c			\
1449		ucred_getpflags.3c			\
1450		ucred_getpid.3c				\
1451		ucred_getprivset.3c			\
1452		ucred_getprojid.3c			\
1453		ucred_getrgid.3c			\
1454		ucred_getruid.3c			\
1455		ucred_getsgid.3c			\
1456		ucred_getsuid.3c			\
1457		ucred_getzoneid.3c			\
1458		ucred_size.3c				\
1459		ulckpwdf.3c				\
1460		ulltostr.3c				\
1461		unordered.3c				\
1462		updwtmp.3c				\
1463		updwtmpx.3c				\
1464		utmpname.3c				\
1465		utmpxname.3c				\
1466		valloc.3c				\
1467		vasprintf.3c				\
1468		verr.3c					\
1469		verrc.3c				\
1470		verrx.3c				\
1471		vfprintf.3c				\
1472		vfscanf.3c				\
1473		vfwscanf.3c				\
1474		vscanf.3c				\
1475		vsnprintf.3c				\
1476		vsprintf.3c				\
1477		vsscanf.3c				\
1478		vswprintf.3c				\
1479		vswscanf.3c				\
1480		vwarn.3c				\
1481		vwarnc.3c				\
1482		vwarnx.3c				\
1483		vwprintf.3c				\
1484		vwscanf.3c				\
1485		wait4.3c				\
1486		warn.3c					\
1487		warnc.3c				\
1488		warnx.3c				\
1489		watof.3c				\
1490		watoi.3c				\
1491		watol.3c				\
1492		watoll.3c				\
1493		wcpncpy.3c				\
1494		wcrtomb.3c				\
1495		wcrtomb_l.3c				\
1496		wcscasecmp_l.3c				\
1497		wcscat.3c				\
1498		wcschr.3c				\
1499		wcscmp.3c				\
1500		wcscoll_l.3c				\
1501		wcscpy.3c				\
1502		wcscspn.3c				\
1503		wcsetno.3c				\
1504		wcsncasecmp.3c				\
1505		wcsncasecmp_l.3c			\
1506		wcsncat.3c				\
1507		wcsncmp.3c				\
1508		wcsncpy.3c				\
1509		wcsnlen.3c				\
1510		wcsnrtombs.3c				\
1511		wcsnrtombs_l.3c				\
1512		wcspbrk.3c				\
1513		wcsrchr.3c				\
1514		wcsrtombs_l.3c				\
1515		wcsspn.3c				\
1516		wcstof.3c				\
1517		wcstok.3c				\
1518		wcstold.3c				\
1519		wcstoll.3c				\
1520		wcstombs_l.3c				\
1521		wcstoull.3c				\
1522		wcstoumax.3c				\
1523		wcswcs.3c				\
1524		wcswidth_l.3c				\
1525		wctob_l.3c				\
1526		wctomb_l.3c				\
1527		wctrans_l.3c				\
1528		wctype_l.3c				\
1529		wcwidth_l.3c				\
1530		windex.3c				\
1531		wordfree.3c				\
1532		wprintf.3c				\
1533		wrindex.3c				\
1534		wscanf.3c				\
1535		wscasecmp.3c				\
1536		wscat.3c				\
1537		wschr.3c				\
1538		wscmp.3c				\
1539		wscol.3c				\
1540		wscoll.3c				\
1541		wscpy.3c				\
1542		wscspn.3c				\
1543		wsdup.3c				\
1544		wslen.3c				\
1545		wsncasecmp.3c				\
1546		wsncat.3c				\
1547		wsncmp.3c				\
1548		wsncpy.3c				\
1549		wspbrk.3c				\
1550		wsrchr.3c				\
1551		wsspn.3c				\
1552		wstod.3c				\
1553		wstok.3c				\
1554		wstol.3c				\
1555		wstostr.3c				\
1556		wsxfrm.3c
1557
1558__flbf.3c				:= LINKSRC = __fbufsize.3c
1559__fpending.3c				:= LINKSRC = __fbufsize.3c
1560__fpurge.3c				:= LINKSRC = __fbufsize.3c
1561__freadable.3c				:= LINKSRC = __fbufsize.3c
1562__freading.3c				:= LINKSRC = __fbufsize.3c
1563__fsetlocking.3c			:= LINKSRC = __fbufsize.3c
1564__fwritable.3c				:= LINKSRC = __fbufsize.3c
1565__fwriting.3c				:= LINKSRC = __fbufsize.3c
1566_flushlbf.3c				:= LINKSRC = __fbufsize.3c
1567
1568_setjmp.3c				:= LINKSRC = _longjmp.3c
1569
1570l64a.3c					:= LINKSRC = a64l.3c
1571
1572labs.3c					:= LINKSRC = abs.3c
1573llabs.3c				:= LINKSRC = abs.3c
1574
1575aiowrite.3c				:= LINKSRC = aioread.3c
1576
1577arc4random_buf.3c			:= LINKSRC = arc4random.3c
1578arc4random_uniform.3c			:= LINKSRC = arc4random.3c
1579
1580at_quick_exit.3c			:= LINKSRC = quick_exit.3c
1581
1582atomic_add_16.3c			:= LINKSRC = atomic_add.3c
1583atomic_add_16_nv.3c			:= LINKSRC = atomic_add.3c
1584atomic_add_32.3c			:= LINKSRC = atomic_add.3c
1585atomic_add_32_nv.3c			:= LINKSRC = atomic_add.3c
1586atomic_add_64.3c			:= LINKSRC = atomic_add.3c
1587atomic_add_64_nv.3c			:= LINKSRC = atomic_add.3c
1588atomic_add_8.3c				:= LINKSRC = atomic_add.3c
1589atomic_add_8_nv.3c			:= LINKSRC = atomic_add.3c
1590atomic_add_char.3c			:= LINKSRC = atomic_add.3c
1591atomic_add_char_nv.3c			:= LINKSRC = atomic_add.3c
1592atomic_add_int.3c			:= LINKSRC = atomic_add.3c
1593atomic_add_int_nv.3c			:= LINKSRC = atomic_add.3c
1594atomic_add_long.3c			:= LINKSRC = atomic_add.3c
1595atomic_add_long_nv.3c			:= LINKSRC = atomic_add.3c
1596atomic_add_ptr.3c			:= LINKSRC = atomic_add.3c
1597atomic_add_ptr_nv.3c			:= LINKSRC = atomic_add.3c
1598atomic_add_short.3c			:= LINKSRC = atomic_add.3c
1599atomic_add_short_nv.3c			:= LINKSRC = atomic_add.3c
1600atomic_and_16.3c			:= LINKSRC = atomic_and.3c
1601atomic_and_16_nv.3c			:= LINKSRC = atomic_and.3c
1602atomic_and_32.3c			:= LINKSRC = atomic_and.3c
1603atomic_and_32_nv.3c			:= LINKSRC = atomic_and.3c
1604atomic_and_64.3c			:= LINKSRC = atomic_and.3c
1605atomic_and_64_nv.3c			:= LINKSRC = atomic_and.3c
1606atomic_and_8.3c				:= LINKSRC = atomic_and.3c
1607atomic_and_8_nv.3c			:= LINKSRC = atomic_and.3c
1608atomic_and_uchar.3c			:= LINKSRC = atomic_and.3c
1609atomic_and_uchar_nv.3c			:= LINKSRC = atomic_and.3c
1610atomic_and_uint.3c			:= LINKSRC = atomic_and.3c
1611atomic_and_uint_nv.3c			:= LINKSRC = atomic_and.3c
1612atomic_and_ulong.3c			:= LINKSRC = atomic_and.3c
1613atomic_and_ulong_nv.3c			:= LINKSRC = atomic_and.3c
1614atomic_and_ushort.3c			:= LINKSRC = atomic_and.3c
1615atomic_and_ushort_nv.3c			:= LINKSRC = atomic_and.3c
1616
1617atomic_clear_long_excl.3c		:= LINKSRC = atomic_bits.3c
1618atomic_set_long_excl.3c			:= LINKSRC = atomic_bits.3c
1619
1620atomic_cas_16.3c			:= LINKSRC = atomic_cas.3c
1621atomic_cas_32.3c			:= LINKSRC = atomic_cas.3c
1622atomic_cas_64.3c			:= LINKSRC = atomic_cas.3c
1623atomic_cas_8.3c				:= LINKSRC = atomic_cas.3c
1624atomic_cas_ptr.3c			:= LINKSRC = atomic_cas.3c
1625atomic_cas_uchar.3c			:= LINKSRC = atomic_cas.3c
1626atomic_cas_uint.3c			:= LINKSRC = atomic_cas.3c
1627atomic_cas_ulong.3c			:= LINKSRC = atomic_cas.3c
1628atomic_cas_ushort.3c			:= LINKSRC = atomic_cas.3c
1629
1630atomic_dec_16.3c			:= LINKSRC = atomic_dec.3c
1631atomic_dec_16_nv.3c			:= LINKSRC = atomic_dec.3c
1632atomic_dec_32.3c			:= LINKSRC = atomic_dec.3c
1633atomic_dec_32_nv.3c			:= LINKSRC = atomic_dec.3c
1634atomic_dec_64.3c			:= LINKSRC = atomic_dec.3c
1635atomic_dec_64_nv.3c			:= LINKSRC = atomic_dec.3c
1636atomic_dec_8.3c				:= LINKSRC = atomic_dec.3c
1637atomic_dec_8_nv.3c			:= LINKSRC = atomic_dec.3c
1638atomic_dec_ptr.3c			:= LINKSRC = atomic_dec.3c
1639atomic_dec_ptr_nv.3c			:= LINKSRC = atomic_dec.3c
1640atomic_dec_uchar.3c			:= LINKSRC = atomic_dec.3c
1641atomic_dec_uchar_nv.3c			:= LINKSRC = atomic_dec.3c
1642atomic_dec_uint.3c			:= LINKSRC = atomic_dec.3c
1643atomic_dec_uint_nv.3c			:= LINKSRC = atomic_dec.3c
1644atomic_dec_ulong.3c			:= LINKSRC = atomic_dec.3c
1645atomic_dec_ulong_nv.3c			:= LINKSRC = atomic_dec.3c
1646atomic_dec_ushort.3c			:= LINKSRC = atomic_dec.3c
1647atomic_dec_ushort_nv.3c			:= LINKSRC = atomic_dec.3c
1648
1649atomic_inc_16.3c			:= LINKSRC = atomic_inc.3c
1650atomic_inc_16_nv.3c			:= LINKSRC = atomic_inc.3c
1651atomic_inc_32.3c			:= LINKSRC = atomic_inc.3c
1652atomic_inc_32_nv.3c			:= LINKSRC = atomic_inc.3c
1653atomic_inc_64.3c			:= LINKSRC = atomic_inc.3c
1654atomic_inc_64_nv.3c			:= LINKSRC = atomic_inc.3c
1655atomic_inc_8.3c				:= LINKSRC = atomic_inc.3c
1656atomic_inc_8_nv.3c			:= LINKSRC = atomic_inc.3c
1657atomic_inc_ptr.3c			:= LINKSRC = atomic_inc.3c
1658atomic_inc_ptr_nv.3c			:= LINKSRC = atomic_inc.3c
1659atomic_inc_uchar.3c			:= LINKSRC = atomic_inc.3c
1660atomic_inc_uchar_nv.3c			:= LINKSRC = atomic_inc.3c
1661atomic_inc_uint.3c			:= LINKSRC = atomic_inc.3c
1662atomic_inc_uint_nv.3c			:= LINKSRC = atomic_inc.3c
1663atomic_inc_ulong.3c			:= LINKSRC = atomic_inc.3c
1664atomic_inc_ulong_nv.3c			:= LINKSRC = atomic_inc.3c
1665atomic_inc_ushort.3c			:= LINKSRC = atomic_inc.3c
1666atomic_inc_ushort_nv.3c			:= LINKSRC = atomic_inc.3c
1667
1668atomic_or_16.3c				:= LINKSRC = atomic_or.3c
1669atomic_or_16_nv.3c			:= LINKSRC = atomic_or.3c
1670atomic_or_32.3c				:= LINKSRC = atomic_or.3c
1671atomic_or_32_nv.3c			:= LINKSRC = atomic_or.3c
1672atomic_or_64.3c				:= LINKSRC = atomic_or.3c
1673atomic_or_64_nv.3c			:= LINKSRC = atomic_or.3c
1674atomic_or_8.3c				:= LINKSRC = atomic_or.3c
1675atomic_or_8_nv.3c			:= LINKSRC = atomic_or.3c
1676atomic_or_uchar.3c			:= LINKSRC = atomic_or.3c
1677atomic_or_uchar_nv.3c			:= LINKSRC = atomic_or.3c
1678atomic_or_uint.3c			:= LINKSRC = atomic_or.3c
1679atomic_or_uint_nv.3c			:= LINKSRC = atomic_or.3c
1680atomic_or_ulong.3c			:= LINKSRC = atomic_or.3c
1681atomic_or_ulong_nv.3c			:= LINKSRC = atomic_or.3c
1682atomic_or_ushort.3c			:= LINKSRC = atomic_or.3c
1683atomic_or_ushort_nv.3c			:= LINKSRC = atomic_or.3c
1684
1685atomic_swap_16.3c			:= LINKSRC = atomic_swap.3c
1686atomic_swap_32.3c			:= LINKSRC = atomic_swap.3c
1687atomic_swap_64.3c			:= LINKSRC = atomic_swap.3c
1688atomic_swap_8.3c			:= LINKSRC = atomic_swap.3c
1689atomic_swap_ptr.3c			:= LINKSRC = atomic_swap.3c
1690atomic_swap_uchar.3c			:= LINKSRC = atomic_swap.3c
1691atomic_swap_uint.3c			:= LINKSRC = atomic_swap.3c
1692atomic_swap_ulong.3c			:= LINKSRC = atomic_swap.3c
1693atomic_swap_ushort.3c			:= LINKSRC = atomic_swap.3c
1694
1695bcmp.3c					:= LINKSRC = bstring.3c
1696bcopy.3c				:= LINKSRC = bstring.3c
1697bzero.3c				:= LINKSRC = bstring.3c
1698explicit_bzero.3c			:= LINKSRC = bstring.3c
1699
1700btowc_l.3c				:= LINKSRC = btowc.3c
1701
1702htonl.3c				:= LINKSRC = byteorder.3c
1703htonll.3c				:= LINKSRC = byteorder.3c
1704htons.3c				:= LINKSRC = byteorder.3c
1705ntohl.3c				:= LINKSRC = byteorder.3c
1706ntohll.3c				:= LINKSRC = byteorder.3c
1707ntohs.3c				:= LINKSRC = byteorder.3c
1708
1709c32rtomb.3c				:= LINKSRC = c16rtomb.3c
1710wcrtomb.3c				:= LINKSRC = c16rtomb.3c
1711wcrtomb_l.3c				:= LINKSRC = c16rtomb.3c
1712
1713canonicalize_file_name.3c		:= LINKSRC = realpath.3c
1714
1715catclose.3c				:= LINKSRC = catopen.3c
1716
1717cfgetospeed.3c				:= LINKSRC = cfgetispeed.3c
1718
1719cfsetospeed.3c				:= LINKSRC = cfsetispeed.3c
1720
1721clock_getres.3c				:= LINKSRC = clock_settime.3c
1722clock_gettime.3c			:= LINKSRC = clock_settime.3c
1723
1724fdwalk.3c				:= LINKSRC = closefrom.3c
1725
1726cnd_broadcast.3c			:= LINKSRC = cnd.3c
1727cnd_destroy.3c				:= LINKSRC = cnd.3c
1728cnd_init.3c				:= LINKSRC = cnd.3c
1729cnd_signal.3c				:= LINKSRC = cnd.3c
1730cnd_timedwait.3c			:= LINKSRC = cnd.3c
1731cnd_wait.3c				:= LINKSRC = cnd.3c
1732
1733cond_broadcast.3c			:= LINKSRC = cond_init.3c
1734cond_destroy.3c				:= LINKSRC = cond_init.3c
1735cond_reltimedwait.3c			:= LINKSRC = cond_init.3c
1736cond_signal.3c				:= LINKSRC = cond_init.3c
1737cond_timedwait.3c			:= LINKSRC = cond_init.3c
1738cond_wait.3c				:= LINKSRC = cond_init.3c
1739
1740csetcol.3c				:= LINKSRC = cset.3c
1741csetlen.3c				:= LINKSRC = cset.3c
1742csetno.3c				:= LINKSRC = cset.3c
1743wcsetno.3c				:= LINKSRC = cset.3c
1744
1745ctermid_r.3c				:= LINKSRC = ctermid.3c
1746
1747asctime.3c				:= LINKSRC = ctime.3c
1748asctime_r.3c				:= LINKSRC = ctime.3c
1749ctime_r.3c				:= LINKSRC = ctime.3c
1750gmtime.3c				:= LINKSRC = ctime.3c
1751gmtime_r.3c				:= LINKSRC = ctime.3c
1752localtime.3c				:= LINKSRC = ctime.3c
1753localtime_r.3c				:= LINKSRC = ctime.3c
1754tzset.3c				:= LINKSRC = ctime.3c
1755
1756isalnum.3c				:= LINKSRC = ctype.3c
1757isalnum_l.3c				:= LINKSRC = ctype.3c
1758isalpha.3c				:= LINKSRC = ctype.3c
1759isalpha_l.3c				:= LINKSRC = ctype.3c
1760isascii.3c				:= LINKSRC = ctype.3c
1761isblank.3c				:= LINKSRC = ctype.3c
1762isblank_l.3c				:= LINKSRC = ctype.3c
1763iscntrl.3c				:= LINKSRC = ctype.3c
1764iscntrl_l.3c				:= LINKSRC = ctype.3c
1765isdigit.3c				:= LINKSRC = ctype.3c
1766isdigit_l.3c				:= LINKSRC = ctype.3c
1767isgraph.3c				:= LINKSRC = ctype.3c
1768isgraph_l.3c				:= LINKSRC = ctype.3c
1769islower.3c				:= LINKSRC = ctype.3c
1770islower_l.3c				:= LINKSRC = ctype.3c
1771isprint.3c				:= LINKSRC = ctype.3c
1772isprint_l.3c				:= LINKSRC = ctype.3c
1773ispunct.3c				:= LINKSRC = ctype.3c
1774ispunct_l.3c				:= LINKSRC = ctype.3c
1775isspace.3c				:= LINKSRC = ctype.3c
1776isspace_l.3c				:= LINKSRC = ctype.3c
1777isupper.3c				:= LINKSRC = ctype.3c
1778isupper_l.3c				:= LINKSRC = ctype.3c
1779isxdigit.3c				:= LINKSRC = ctype.3c
1780isxdigit_l.3c				:= LINKSRC = ctype.3c
1781
1782decimal_to_double.3c			:= LINKSRC = decimal_to_floating.3c
1783decimal_to_extended.3c			:= LINKSRC = decimal_to_floating.3c
1784decimal_to_quadruple.3c			:= LINKSRC = decimal_to_floating.3c
1785decimal_to_single.3c			:= LINKSRC = decimal_to_floating.3c
1786
1787ldiv.3c					:= LINKSRC = div.3c
1788lldiv.3c				:= LINKSRC = div.3c
1789
1790dladdr1.3c				:= LINKSRC = dladdr.3c
1791
1792dlmopen.3c				:= LINKSRC = dlopen.3c
1793
1794door_unbind.3c				:= LINKSRC = door_bind.3c
1795
1796door_setparam.3c			:= LINKSRC = door_getparam.3c
1797
1798erand48.3c				:= LINKSRC = drand48.3c
1799jrand48.3c				:= LINKSRC = drand48.3c
1800lcong48.3c				:= LINKSRC = drand48.3c
1801lrand48.3c				:= LINKSRC = drand48.3c
1802mrand48.3c				:= LINKSRC = drand48.3c
1803nrand48.3c				:= LINKSRC = drand48.3c
1804seed48.3c				:= LINKSRC = drand48.3c
1805srand48.3c				:= LINKSRC = drand48.3c
1806
1807dup3.3c					:= LINKSRC = dup2.3c
1808
1809fconvert.3c				:= LINKSRC = econvert.3c
1810gconvert.3c				:= LINKSRC = econvert.3c
1811qeconvert.3c				:= LINKSRC = econvert.3c
1812qfconvert.3c				:= LINKSRC = econvert.3c
1813qgconvert.3c				:= LINKSRC = econvert.3c
1814seconvert.3c				:= LINKSRC = econvert.3c
1815sfconvert.3c				:= LINKSRC = econvert.3c
1816sgconvert.3c				:= LINKSRC = econvert.3c
1817
1818fcvt.3c					:= LINKSRC = ecvt.3c
1819gcvt.3c					:= LINKSRC = ecvt.3c
1820
1821_edata.3c				:= LINKSRC = end.3c
1822_end.3c					:= LINKSRC = end.3c
1823_etext.3c				:= LINKSRC = end.3c
1824edata.3c				:= LINKSRC = end.3c
1825etext.3c				:= LINKSRC = end.3c
1826
1827be16toh.3c				:= LINKSRC = endian.3c
1828be32toh.3c				:= LINKSRC = endian.3c
1829be64toh.3c				:= LINKSRC = endian.3c
1830betoh16.3c				:= LINKSRC = endian.3c
1831betoh32.3c				:= LINKSRC = endian.3c
1832betoh64.3c				:= LINKSRC = endian.3c
1833htobe16.3c				:= LINKSRC = endian.3c
1834htobe32.3c				:= LINKSRC = endian.3c
1835htobe64.3c				:= LINKSRC = endian.3c
1836htole16.3c				:= LINKSRC = endian.3c
1837htole32.3c				:= LINKSRC = endian.3c
1838htole64.3c				:= LINKSRC = endian.3c
1839le16toh.3c				:= LINKSRC = endian.3c
1840le32toh.3c				:= LINKSRC = endian.3c
1841le64toh.3c				:= LINKSRC = endian.3c
1842letoh16.3c				:= LINKSRC = endian.3c
1843letoh32.3c				:= LINKSRC = endian.3c
1844letoh64.3c				:= LINKSRC = endian.3c
1845
1846epoll_create1.3c			:= LINKSRC = epoll_create.3c
1847epoll_pwait.3c				:= LINKSRC = epoll_wait.3c
1848
1849errc.3c					:= LINKSRC = err.3c
1850errx.3c					:= LINKSRC = err.3c
1851verr.3c					:= LINKSRC = err.3c
1852verrc.3c				:= LINKSRC = err.3c
1853verrx.3c				:= LINKSRC = err.3c
1854vwarn.3c				:= LINKSRC = err.3c
1855vwarnc.3c				:= LINKSRC = err.3c
1856vwarnx.3c				:= LINKSRC = err.3c
1857warn.3c					:= LINKSRC = err.3c
1858warnc.3c				:= LINKSRC = err.3c
1859warnx.3c				:= LINKSRC = err.3c
1860
1861euccol.3c				:= LINKSRC = euclen.3c
1862eucscol.3c				:= LINKSRC = euclen.3c
1863
1864eventfd_read.3c				:= LINKSRC = eventfd.3c
1865eventfd_write.3c			:= LINKSRC = eventfd.3c
1866
1867_exithandle.3c				:= LINKSRC = exit.3c
1868
1869clearerr.3c				:= LINKSRC = ferror.3c
1870feof.3c					:= LINKSRC = ferror.3c
1871fileno.3c				:= LINKSRC = ferror.3c
1872
1873ffsl.3c					:= LINKSRC = ffs.3c
1874ffsll.3c				:= LINKSRC = ffs.3c
1875fls.3c					:= LINKSRC = ffs.3c
1876flsl.3c					:= LINKSRC = ffs.3c
1877flsll.3c				:= LINKSRC = ffs.3c
1878
1879fsetattr.3c				:= LINKSRC = fgetattr.3c
1880getattrat.3c				:= LINKSRC = fgetattr.3c
1881setattrat.3c				:= LINKSRC = fgetattr.3c
1882
1883getc.3c					:= LINKSRC = fgetc.3c
1884getc_unlocked.3c			:= LINKSRC = fgetc.3c
1885getchar.3c				:= LINKSRC = fgetc.3c
1886getchar_unlocked.3c			:= LINKSRC = fgetc.3c
1887getw.3c					:= LINKSRC = fgetc.3c
1888
1889fgetwc_l.3c				:= LINKSRC = fgetwc.3c
1890
1891double_to_decimal.3c			:= LINKSRC = floating_to_decimal.3c
1892extended_to_decimal.3c			:= LINKSRC = floating_to_decimal.3c
1893quadruple_to_decimal.3c			:= LINKSRC = floating_to_decimal.3c
1894single_to_decimal.3c			:= LINKSRC = floating_to_decimal.3c
1895
1896ftrylockfile.3c				:= LINKSRC = flockfile.3c
1897funlockfile.3c				:= LINKSRC = flockfile.3c
1898
1899fpgetmask.3c				:= LINKSRC = fpgetround.3c
1900fpgetsticky.3c				:= LINKSRC = fpgetround.3c
1901fpsetmask.3c				:= LINKSRC = fpgetround.3c
1902fpsetround.3c				:= LINKSRC = fpgetround.3c
1903fpsetsticky.3c				:= LINKSRC = fpgetround.3c
1904
1905putc.3c					:= LINKSRC = fputc.3c
1906putc_unlocked.3c			:= LINKSRC = fputc.3c
1907putchar.3c				:= LINKSRC = fputc.3c
1908putchar_unlocked.3c			:= LINKSRC = fputc.3c
1909putw.3c					:= LINKSRC = fputc.3c
1910
1911putwc.3c				:= LINKSRC = fputwc.3c
1912putwchar.3c				:= LINKSRC = fputwc.3c
1913
1914fseeko.3c				:= LINKSRC = fseek.3c
1915
1916ftello.3c				:= LINKSRC = ftell.3c
1917
1918fts_children.3c				:= LINKSRC = fts.3c
1919fts_close.3c				:= LINKSRC = fts.3c
1920fts_open.3c				:= LINKSRC = fts.3c
1921fts_read.3c				:= LINKSRC = fts.3c
1922fts_set.3c				:= LINKSRC = fts.3c
1923
1924nftw.3c					:= LINKSRC = ftw.3c
1925
1926swprintf.3c				:= LINKSRC = fwprintf.3c
1927wprintf.3c				:= LINKSRC = fwprintf.3c
1928
1929swscanf.3c				:= LINKSRC = fwscanf.3c
1930vfwscanf.3c				:= LINKSRC = fwscanf.3c
1931vswscanf.3c				:= LINKSRC = fwscanf.3c
1932vwscanf.3c				:= LINKSRC = fwscanf.3c
1933wscanf.3c				:= LINKSRC = fwscanf.3c
1934
1935gethomelgroup.3c			:= LINKSRC = getcpuid.3c
1936
1937endgrent.3c				:= LINKSRC = getgrnam.3c
1938fgetgrent.3c				:= LINKSRC = getgrnam.3c
1939fgetgrent_r.3c				:= LINKSRC = getgrnam.3c
1940getgrent.3c				:= LINKSRC = getgrnam.3c
1941getgrent_r.3c				:= LINKSRC = getgrnam.3c
1942getgrgid.3c				:= LINKSRC = getgrnam.3c
1943getgrgid_r.3c				:= LINKSRC = getgrnam.3c
1944getgrnam_r.3c				:= LINKSRC = getgrnam.3c
1945setgrent.3c				:= LINKSRC = getgrnam.3c
1946
1947sethostname.3c				:= LINKSRC = gethostname.3c
1948
1949gethrvtime.3c				:= LINKSRC = gethrtime.3c
1950
1951getdelim.3c				:= LINKSRC = getline.3c
1952
1953getlogin_r.3c				:= LINKSRC = getlogin.3c
1954
1955getextmntent.3c				:= LINKSRC = getmntent.3c
1956getmntany.3c				:= LINKSRC = getmntent.3c
1957hasmntopt.3c				:= LINKSRC = getmntent.3c
1958putmntent.3c				:= LINKSRC = getmntent.3c
1959resetmnttab.3c				:= LINKSRC = getmntent.3c
1960
1961endnetgrent.3c				:= LINKSRC = getnetgrent.3c
1962getnetgrent_r.3c			:= LINKSRC = getnetgrent.3c
1963innetgr.3c				:= LINKSRC = getnetgrent.3c
1964setnetgrent.3c				:= LINKSRC = getnetgrent.3c
1965
1966get_nprocs_conf.3c			:= LINKSRC = get_nprocs.3c
1967
1968getopt_long_clip.3c			:= LINKSRC = getopt_long.3c
1969getopt_long_only.3c			:= LINKSRC = getopt_long.3c
1970
1971getpassphrase.3c			:= LINKSRC = getpass.3c
1972
1973setpriority.3c				:= LINKSRC = getpriority.3c
1974
1975setprogname.3c				:= LINKSRC = getprogname.3c
1976
1977endpwent.3c				:= LINKSRC = getpwnam.3c
1978fgetpwent.3c				:= LINKSRC = getpwnam.3c
1979fgetpwent_r.3c				:= LINKSRC = getpwnam.3c
1980getpwent.3c				:= LINKSRC = getpwnam.3c
1981getpwent_r.3c				:= LINKSRC = getpwnam.3c
1982getpwnam_r.3c				:= LINKSRC = getpwnam.3c
1983getpwuid.3c				:= LINKSRC = getpwnam.3c
1984getpwuid_r.3c				:= LINKSRC = getpwnam.3c
1985setpwent.3c				:= LINKSRC = getpwnam.3c
1986
1987fgets.3c				:= LINKSRC = gets.3c
1988
1989endspent.3c				:= LINKSRC = getspnam.3c
1990fgetspent.3c				:= LINKSRC = getspnam.3c
1991fgetspent_r.3c				:= LINKSRC = getspnam.3c
1992getspent.3c				:= LINKSRC = getspnam.3c
1993getspent_r.3c				:= LINKSRC = getspnam.3c
1994getspnam_r.3c				:= LINKSRC = getspnam.3c
1995setspent.3c				:= LINKSRC = getspnam.3c
1996
1997bind_textdomain_codeset.3c		:= LINKSRC = gettext.3c
1998bindtextdomain.3c			:= LINKSRC = gettext.3c
1999dcgettext.3c				:= LINKSRC = gettext.3c
2000dcngettext.3c				:= LINKSRC = gettext.3c
2001dgettext.3c				:= LINKSRC = gettext.3c
2002dngettext.3c				:= LINKSRC = gettext.3c
2003ngettext.3c				:= LINKSRC = gettext.3c
2004textdomain.3c				:= LINKSRC = gettext.3c
2005
2006settimeofday.3c				:= LINKSRC = gettimeofday.3c
2007
2008endusershell.3c				:= LINKSRC = getusershell.3c
2009setusershell.3c				:= LINKSRC = getusershell.3c
2010
2011endutent.3c				:= LINKSRC = getutent.3c
2012getutid.3c				:= LINKSRC = getutent.3c
2013getutline.3c				:= LINKSRC = getutent.3c
2014pututline.3c				:= LINKSRC = getutent.3c
2015setutent.3c				:= LINKSRC = getutent.3c
2016utmpname.3c				:= LINKSRC = getutent.3c
2017
2018endutxent.3c				:= LINKSRC = getutxent.3c
2019getutmp.3c				:= LINKSRC = getutxent.3c
2020getutmpx.3c				:= LINKSRC = getutxent.3c
2021getutxid.3c				:= LINKSRC = getutxent.3c
2022getutxline.3c				:= LINKSRC = getutxent.3c
2023pututxline.3c				:= LINKSRC = getutxent.3c
2024setutxent.3c				:= LINKSRC = getutxent.3c
2025updwtmp.3c				:= LINKSRC = getutxent.3c
2026updwtmpx.3c				:= LINKSRC = getutxent.3c
2027utmpxname.3c				:= LINKSRC = getutxent.3c
2028
2029getvfsany.3c				:= LINKSRC = getvfsent.3c
2030getvfsfile.3c				:= LINKSRC = getvfsent.3c
2031getvfsspec.3c				:= LINKSRC = getvfsent.3c
2032
2033getwc_l.3c				:= LINKSRC = getwc.3c
2034
2035getwchar_l.3c				:= LINKSRC = getwchar.3c
2036
2037fgetws.3c				:= LINKSRC = getws.3c
2038
2039getzoneidbyname.3c			:= LINKSRC = getzoneid.3c
2040getzonenamebyid.3c			:= LINKSRC = getzoneid.3c
2041
2042globfree.3c				:= LINKSRC = glob.3c
2043
2044hcreate.3c				:= LINKSRC = hsearch.3c
2045hdestroy.3c				:= LINKSRC = hsearch.3c
2046
2047rindex.3c				:= LINKSRC = index.3c
2048
2049inet6.3c				:= LINKSRC = inet.3c
2050inet_addr.3c				:= LINKSRC = inet.3c
2051inet_aton.3c				:= LINKSRC = inet.3c
2052inet_lnaof.3c				:= LINKSRC = inet.3c
2053inet_makeaddr.3c			:= LINKSRC = inet.3c
2054inet_netof.3c				:= LINKSRC = inet.3c
2055inet_network.3c				:= LINKSRC = inet.3c
2056inet_ntoa.3c				:= LINKSRC = inet.3c
2057inet_ntop.3c				:= LINKSRC = inet.3c
2058inet_pton.3c				:= LINKSRC = inet.3c
2059
2060remque.3c				:= LINKSRC = insque.3c
2061
2062finite.3c				:= LINKSRC = isnand.3c
2063fpclass.3c				:= LINKSRC = isnand.3c
2064isnanf.3c				:= LINKSRC = isnand.3c
2065unordered.3c				:= LINKSRC = isnand.3c
2066
2067isenglish.3c				:= LINKSRC = iswalpha.3c
2068isideogram.3c				:= LINKSRC = iswalpha.3c
2069isnumber.3c				:= LINKSRC = iswalpha.3c
2070isphonogram.3c				:= LINKSRC = iswalpha.3c
2071isspecial.3c				:= LINKSRC = iswalpha.3c
2072iswalnum.3c				:= LINKSRC = iswalpha.3c
2073iswalnum_l.3c				:= LINKSRC = iswalpha.3c
2074iswalpha_l.3c				:= LINKSRC = iswalpha.3c
2075iswascii.3c				:= LINKSRC = iswalpha.3c
2076iswascii_l.3c				:= LINKSRC = iswalpha.3c
2077iswblank.3c				:= LINKSRC = iswalpha.3c
2078iswblank_l.3c				:= LINKSRC = iswalpha.3c
2079iswcntrl.3c				:= LINKSRC = iswalpha.3c
2080iswcntrl_l.3c				:= LINKSRC = iswalpha.3c
2081iswdigit.3c				:= LINKSRC = iswalpha.3c
2082iswdigit_l.3c				:= LINKSRC = iswalpha.3c
2083iswgraph.3c				:= LINKSRC = iswalpha.3c
2084iswgraph_l.3c				:= LINKSRC = iswalpha.3c
2085iswhexnumber.3c				:= LINKSRC = iswalpha.3c
2086iswhexnumber_l.3c			:= LINKSRC = iswalpha.3c
2087iswideogram.3c				:= LINKSRC = iswalpha.3c
2088iswideogram_l.3c			:= LINKSRC = iswalpha.3c
2089iswlower.3c				:= LINKSRC = iswalpha.3c
2090iswlower_l.3c				:= LINKSRC = iswalpha.3c
2091iswnumber.3c				:= LINKSRC = iswalpha.3c
2092iswnumber_l.3c				:= LINKSRC = iswalpha.3c
2093iswphonogram.3c				:= LINKSRC = iswalpha.3c
2094iswphonogram_l.3c			:= LINKSRC = iswalpha.3c
2095iswprint.3c				:= LINKSRC = iswalpha.3c
2096iswprint_l.3c				:= LINKSRC = iswalpha.3c
2097iswpunct.3c				:= LINKSRC = iswalpha.3c
2098iswpunct_l.3c				:= LINKSRC = iswalpha.3c
2099iswspace.3c				:= LINKSRC = iswalpha.3c
2100iswspace_l.3c				:= LINKSRC = iswalpha.3c
2101iswspecial.3c				:= LINKSRC = iswalpha.3c
2102iswspecial_l.3c				:= LINKSRC = iswalpha.3c
2103iswupper.3c				:= LINKSRC = iswalpha.3c
2104iswupper_l.3c				:= LINKSRC = iswalpha.3c
2105iswxdigit.3c				:= LINKSRC = iswalpha.3c
2106iswxdigit_l.3c				:= LINKSRC = iswalpha.3c
2107
2108iswctype_l.3c				:= LINKSRC = iswctype.3c
2109
2110ulckpwdf.3c				:= LINKSRC = lckpwdf.3c
2111
2112lfind.3c				:= LINKSRC = lsearch.3c
2113
2114swapcontext.3c				:= LINKSRC = makecontext.3c
2115swapcontext_extd.3c			:= LINKSRC = makecontext.3c
2116
2117major.3c				:= LINKSRC = makedev.3c
2118minor.3c				:= LINKSRC = makedev.3c
2119
2120alloca.3c				:= LINKSRC = malloc.3c
2121calloc.3c				:= LINKSRC = malloc.3c
2122free.3c					:= LINKSRC = malloc.3c
2123freezero.3c				:= LINKSRC = malloc.3c
2124memalign.3c				:= LINKSRC = malloc.3c
2125realloc.3c				:= LINKSRC = malloc.3c
2126reallocf.3c				:= LINKSRC = malloc.3c
2127reallocarray.3c				:= LINKSRC = malloc.3c
2128recallocarray.3c			:= LINKSRC = malloc.3c
2129valloc.3c				:= LINKSRC = malloc.3c
2130
2131mblen_l.3c				:= LINKSRC = mblen.3c
2132
2133mbrlen_l.3c				:= LINKSRC = mbrlen.3c
2134
2135mbsinit_l.3c				:= LINKSRC = mbsinit.3c
2136
2137mbrtoc32.3c				:= LINKSRC = mbrtoc16.3c
2138mbrtowc.3c				:= LINKSRC = mbrtoc16.3c
2139mbrtowc_l.3c				:= LINKSRC = mbrtoc16.3c
2140
2141mbsnrtowcs.3c				:= LINKSRC = mbsrtowcs.3c
2142mbsnrtowcs_l.3c				:= LINKSRC = mbsrtowcs.3c
2143mbsrtowcs_l.3c				:= LINKSRC = mbsrtowcs.3c
2144
2145mbstowcs_l.3c				:= LINKSRC = mbstowcs.3c
2146
2147mbtowc_l.3c				:= LINKSRC = mbtowc.3c
2148
2149membar_consumer.3c			:= LINKSRC = membar_ops.3c
2150membar_enter.3c				:= LINKSRC = membar_ops.3c
2151membar_exit.3c				:= LINKSRC = membar_ops.3c
2152membar_producer.3c			:= LINKSRC = membar_ops.3c
2153
2154memccpy.3c				:= LINKSRC = memory.3c
2155memchr.3c				:= LINKSRC = memory.3c
2156memcmp.3c				:= LINKSRC = memory.3c
2157memcpy.3c				:= LINKSRC = memory.3c
2158memmem.3c				:= LINKSRC = memory.3c
2159memmove.3c				:= LINKSRC = memory.3c
2160memrchr.3c				:= LINKSRC = memory.3c
2161memset.3c				:= LINKSRC = memory.3c
2162
2163mkfifoat.3c				:= LINKSRC = mkfifo.3c
2164
2165mkdtemp.3c				:= LINKSRC = mkstemp.3c
2166mkostemp.3c				:= LINKSRC = mkstemp.3c
2167mkostemps.3c				:= LINKSRC = mkstemp.3c
2168mkstemps.3c				:= LINKSRC = mkstemp.3c
2169
2170munlock.3c				:= LINKSRC = mlock.3c
2171
2172munlockall.3c				:= LINKSRC = mlockall.3c
2173
2174mq_reltimedreceive_np.3c		:= LINKSRC = mq_receive.3c
2175mq_timedreceive.3c			:= LINKSRC = mq_receive.3c
2176
2177mq_reltimedsend_np.3c			:= LINKSRC = mq_send.3c
2178mq_timedsend.3c				:= LINKSRC = mq_send.3c
2179
2180mtx_destroy.3c				:= LINKSRC = mtx.3c
2181mtx_init.3c				:= LINKSRC = mtx.3c
2182mtx_lock.3c				:= LINKSRC = mtx.3c
2183mtx_timedlock.3c			:= LINKSRC = mtx.3c
2184mtx_trylock.3c				:= LINKSRC = mtx.3c
2185mtx_unlock.3c				:= LINKSRC = mtx.3c
2186
2187mutex_consistent.3c			:= LINKSRC = mutex_init.3c
2188mutex_destroy.3c			:= LINKSRC = mutex_init.3c
2189mutex_lock.3c				:= LINKSRC = mutex_init.3c
2190mutex_trylock.3c			:= LINKSRC = mutex_init.3c
2191mutex_unlock.3c				:= LINKSRC = mutex_init.3c
2192
2193thrd_sleep.3c				:= LINKSRC = nanosleep.3c
2194
2195dbm_clearerr.3c				:= LINKSRC = ndbm.3c
2196dbm_close.3c				:= LINKSRC = ndbm.3c
2197dbm_delete.3c				:= LINKSRC = ndbm.3c
2198dbm_error.3c				:= LINKSRC = ndbm.3c
2199dbm_fetch.3c				:= LINKSRC = ndbm.3c
2200dbm_firstkey.3c				:= LINKSRC = ndbm.3c
2201dbm_nextkey.3c				:= LINKSRC = ndbm.3c
2202dbm_open.3c				:= LINKSRC = ndbm.3c
2203dbm_store.3c				:= LINKSRC = ndbm.3c
2204
2205duplocale.3c				:= LINKSRC = newlocale.3c
2206freelocale.3c				:= LINKSRC = newlocale.3c
2207
2208nl_langinfo_l.3c			:= LINKSRC = nl_langinfo.3c
2209
2210open_wmemstream.3c			:= LINKSRC = open_memstream.3c
2211
2212fdopendir.3c				:= LINKSRC = opendir.3c
2213
2214errno.3c				:= LINKSRC = perror.3c
2215
2216pclose.3c				:= LINKSRC = popen.3c
2217
2218port_dissociate.3c			:= LINKSRC = port_associate.3c
2219
2220port_getn.3c				:= LINKSRC = port_get.3c
2221
2222port_sendn.3c				:= LINKSRC = port_send.3c
2223
2224posix_spawnp.3c				:= LINKSRC = posix_spawn.3c
2225
2226posix_spawn_file_actions_addopen.3c	:= LINKSRC = posix_spawn_file_actions_addclose.3c
2227posix_spawn_file_actions_init.3c	:= LINKSRC = posix_spawn_file_actions_destroy.3c
2228
2229posix_spawnattr_init.3c			:= LINKSRC = posix_spawnattr_destroy.3c
2230
2231posix_spawnattr_setflags.3c		:= LINKSRC = posix_spawnattr_getflags.3c
2232
2233posix_spawnattr_setpgroup.3c		:= LINKSRC = posix_spawnattr_getpgroup.3c
2234
2235posix_spawnattr_setschedparam.3c	:= LINKSRC = posix_spawnattr_getschedparam.3c
2236
2237posix_spawnattr_setschedpolicy.3c	:= LINKSRC = posix_spawnattr_getschedpolicy.3c
2238
2239posix_spawnattr_setsigdefault.3c	:= LINKSRC = posix_spawnattr_getsigdefault.3c
2240
2241posix_spawnattr_setsigignore_np.3c	:= LINKSRC = posix_spawnattr_getsigignore_np.3c
2242
2243posix_spawnattr_setsigmask.3c		:= LINKSRC = posix_spawnattr_getsigmask.3c
2244
2245asprintf.3c				:= LINKSRC = printf.3c
2246fprintf.3c				:= LINKSRC = printf.3c
2247snprintf.3c				:= LINKSRC = printf.3c
2248sprintf.3c				:= LINKSRC = printf.3c
2249
2250priv_allocset.3c			:= LINKSRC = priv_addset.3c
2251priv_basicset.3c			:= LINKSRC = priv_addset.3c
2252priv_copyset.3c				:= LINKSRC = priv_addset.3c
2253priv_delset.3c				:= LINKSRC = priv_addset.3c
2254priv_emptyset.3c			:= LINKSRC = priv_addset.3c
2255priv_fillset.3c				:= LINKSRC = priv_addset.3c
2256priv_freeset.3c				:= LINKSRC = priv_addset.3c
2257priv_intersect.3c			:= LINKSRC = priv_addset.3c
2258priv_inverse.3c				:= LINKSRC = priv_addset.3c
2259priv_isemptyset.3c			:= LINKSRC = priv_addset.3c
2260priv_isequalset.3c			:= LINKSRC = priv_addset.3c
2261priv_isfullset.3c			:= LINKSRC = priv_addset.3c
2262priv_ismember.3c			:= LINKSRC = priv_addset.3c
2263priv_issubset.3c			:= LINKSRC = priv_addset.3c
2264priv_union.3c				:= LINKSRC = priv_addset.3c
2265
2266priv_ineffect.3c			:= LINKSRC = priv_set.3c
2267
2268priv_getbyname.3c			:= LINKSRC = priv_str_to_set.3c
2269priv_getbynum.3c			:= LINKSRC = priv_str_to_set.3c
2270priv_getsetbyname.3c			:= LINKSRC = priv_str_to_set.3c
2271priv_getsetbynum.3c			:= LINKSRC = priv_str_to_set.3c
2272priv_gettext.3c				:= LINKSRC = priv_str_to_set.3c
2273priv_set_to_str.3c			:= LINKSRC = priv_str_to_set.3c
2274
2275psiginfo.3c				:= LINKSRC = psignal.3c
2276
2277pthread_attr_setdetachstate.3c		:= LINKSRC = pthread_attr_getdetachstate.3c
2278
2279pthread_attr_setguardsize.3c		:= LINKSRC = pthread_attr_getguardsize.3c
2280
2281pthread_attr_setinheritsched.3c		:= LINKSRC = pthread_attr_getinheritsched.3c
2282
2283pthread_attr_setname_np.3c		:= LINKSRC = pthread_attr_getname_np.3c
2284
2285pthread_attr_setschedparam.3c		:= LINKSRC = pthread_attr_getschedparam.3c
2286
2287pthread_attr_setschedpolicy.3c		:= LINKSRC = pthread_attr_getschedpolicy.3c
2288
2289pthread_attr_setscope.3c		:= LINKSRC = pthread_attr_getscope.3c
2290pthread_attr_setstack.3c		:= LINKSRC = pthread_attr_getstack.3c
2291
2292pthread_attr_setstackaddr.3c		:= LINKSRC = pthread_attr_getstackaddr.3c
2293
2294pthread_attr_setstacksize.3c		:= LINKSRC = pthread_attr_getstacksize.3c
2295
2296pthread_attr_destroy.3c			:= LINKSRC = pthread_attr_init.3c
2297
2298pthread_barrier_init.3c			:= LINKSRC = pthread_barrier_destroy.3c
2299
2300pthread_barrierattr_init.3c		:= LINKSRC = pthread_barrierattr_destroy.3c
2301
2302pthread_barrierattr_setpshared.3c	:= LINKSRC = pthread_barrierattr_getpshared.3c
2303
2304pthread_cond_destroy.3c			:= LINKSRC = pthread_cond_init.3c
2305
2306pthread_cond_broadcast.3c		:= LINKSRC = pthread_cond_signal.3c
2307
2308pthread_cond_clockwait.3c		:= LINKSRC = pthread_cond_wait.3c
2309pthread_cond_relclockwait_np.3c		:= LINKSRC = pthread_cond_wait.3c
2310pthread_cond_reltimedwait_np.3c		:= LINKSRC = pthread_cond_wait.3c
2311pthread_cond_timedwait.3c		:= LINKSRC = pthread_cond_wait.3c
2312
2313pthread_condattr_setclock.3c		:= LINKSRC = pthread_condattr_getclock.3c
2314
2315pthread_condattr_setpshared.3c		:= LINKSRC = pthread_condattr_getpshared.3c
2316
2317pthread_condattr_destroy.3c		:= LINKSRC = pthread_condattr_init.3c
2318
2319pthread_setconcurrency.3c		:= LINKSRC = pthread_getconcurrency.3c
2320
2321pthread_setname_np.3c			:= LINKSRC = pthread_getname_np.3c
2322
2323pthread_setschedparam.3c		:= LINKSRC = pthread_getschedparam.3c
2324
2325pthread_setspecific.3c			:= LINKSRC = pthread_getspecific.3c
2326
2327pthread_key_create_once_np.3c		:= LINKSRC = pthread_key_create.3c
2328
2329pthread_mutex_setprioceiling.3c		:= LINKSRC = pthread_mutex_getprioceiling.3c
2330
2331pthread_mutex_destroy.3c		:= LINKSRC = pthread_mutex_init.3c
2332
2333pthread_mutex_trylock.3c		:= LINKSRC = pthread_mutex_lock.3c
2334pthread_mutex_unlock.3c			:= LINKSRC = pthread_mutex_lock.3c
2335
2336pthread_mutex_clocklock.3c		:= LINKSRC = pthread_mutex_timedlock.3c
2337pthread_mutex_relclocklock_np.3c	:= LINKSRC = pthread_mutex_timedlock.3c
2338pthread_mutex_reltimedlock_np.3c	:= LINKSRC = pthread_mutex_timedlock.3c
2339
2340pthread_mutexattr_setprioceiling.3c	:= LINKSRC = pthread_mutexattr_getprioceiling.3c
2341
2342pthread_mutexattr_setprotocol.3c	:= LINKSRC = pthread_mutexattr_getprotocol.3c
2343
2344pthread_mutexattr_setpshared.3c		:= LINKSRC = pthread_mutexattr_getpshared.3c
2345
2346pthread_mutexattr_setrobust.3c		:= LINKSRC = pthread_mutexattr_getrobust.3c
2347
2348pthread_mutexattr_settype.3c		:= LINKSRC = pthread_mutexattr_gettype.3c
2349
2350pthread_mutexattr_destroy.3c		:= LINKSRC = pthread_mutexattr_init.3c
2351
2352pthread_rwlock_destroy.3c		:= LINKSRC = pthread_rwlock_init.3c
2353
2354pthread_rwlock_tryrdlock.3c		:= LINKSRC = pthread_rwlock_rdlock.3c
2355
2356pthread_rwlock_clockrdlock.3c		:= LINKSRC = pthread_rwlock_timedrdlock.3c
2357pthread_rwlock_relclockrdlock_np.3c	:= LINKSRC = pthread_rwlock_timedrdlock.3c
2358pthread_rwlock_reltimedrdlock_np.3c	:= LINKSRC = pthread_rwlock_timedrdlock.3c
2359
2360pthread_rwlock_clockwrlock.3c		:= LINKSRC = pthread_rwlock_timedwrlock.3c
2361pthread_rwlock_relclockwrlock_np.3c	:= LINKSRC = pthread_rwlock_timedwrlock.3c
2362pthread_rwlock_reltimedwrlock_np.3c	:= LINKSRC = pthread_rwlock_timedwrlock.3c
2363
2364pthread_rwlock_trywrlock.3c		:= LINKSRC = pthread_rwlock_wrlock.3c
2365
2366pthread_rwlockattr_setpshared.3c	:= LINKSRC = pthread_rwlockattr_getpshared.3c
2367
2368pthread_rwlockattr_destroy.3c		:= LINKSRC = pthread_rwlockattr_init.3c
2369
2370pthread_spin_init.3c			:= LINKSRC = pthread_spin_destroy.3c
2371
2372pthread_spin_trylock.3c			:= LINKSRC = pthread_spin_lock.3c
2373
2374ptsname_r.3c				:= LINKSRC = ptsname.3c
2375
2376fputs.3c				:= LINKSRC = puts.3c
2377
2378qsort_r.3c				:= LINKSRC = qsort.3c
2379
2380rand_r.3c				:= LINKSRC = rand.3c
2381srand.3c				:= LINKSRC = rand.3c
2382
2383initstate.3c				:= LINKSRC = random.3c
2384setstate.3c				:= LINKSRC = random.3c
2385srandom.3c				:= LINKSRC = random.3c
2386
2387rctlblk_get_enforced_value.3c		:= LINKSRC = rctlblk_set_value.3c
2388rctlblk_get_firing_time.3c		:= LINKSRC = rctlblk_set_value.3c
2389rctlblk_get_global_action.3c		:= LINKSRC = rctlblk_set_value.3c
2390rctlblk_get_global_flags.3c		:= LINKSRC = rctlblk_set_value.3c
2391rctlblk_get_local_action.3c		:= LINKSRC = rctlblk_set_value.3c
2392rctlblk_get_local_flags.3c		:= LINKSRC = rctlblk_set_value.3c
2393rctlblk_get_privilege.3c		:= LINKSRC = rctlblk_set_value.3c
2394rctlblk_get_recipient_pid.3c		:= LINKSRC = rctlblk_set_value.3c
2395rctlblk_get_value.3c			:= LINKSRC = rctlblk_set_value.3c
2396rctlblk_set_local_action.3c		:= LINKSRC = rctlblk_set_value.3c
2397rctlblk_set_local_flags.3c		:= LINKSRC = rctlblk_set_value.3c
2398rctlblk_set_privilege.3c		:= LINKSRC = rctlblk_set_value.3c
2399rctlblk_set_recipient_pid.3c		:= LINKSRC = rctlblk_set_value.3c
2400rctlblk_size.3c				:= LINKSRC = rctlblk_set_value.3c
2401
2402re_exec.3c				:= LINKSRC = re_comp.3c
2403
2404readdir_r.3c				:= LINKSRC = readdir.3c
2405
2406regex.3c				:= LINKSRC = regcmp.3c
2407
2408regerror.3c				:= LINKSRC = regcomp.3c
2409regexec.3c				:= LINKSRC = regcomp.3c
2410regfree.3c				:= LINKSRC = regcomp.3c
2411
2412rw_rdlock.3c				:= LINKSRC = rwlock.3c
2413rw_tryrdlock.3c				:= LINKSRC = rwlock.3c
2414rw_trywrlock.3c				:= LINKSRC = rwlock.3c
2415rw_unlock.3c				:= LINKSRC = rwlock.3c
2416rw_wrlock.3c				:= LINKSRC = rwlock.3c
2417rwlock_destroy.3c			:= LINKSRC = rwlock.3c
2418rwlock_init.3c				:= LINKSRC = rwlock.3c
2419
2420alphasort.3c				:= LINKSRC = scandir.3c
2421
2422fscanf.3c				:= LINKSRC = scanf.3c
2423sscanf.3c				:= LINKSRC = scanf.3c
2424vfscanf.3c				:= LINKSRC = scanf.3c
2425vscanf.3c				:= LINKSRC = scanf.3c
2426vsscanf.3c				:= LINKSRC = scanf.3c
2427
2428sched_get_priority_min.3c		:= LINKSRC = sched_get_priority_max.3c
2429
2430schedctl_exit.3c			:= LINKSRC = schedctl_init.3c
2431schedctl_lookup.3c			:= LINKSRC = schedctl_init.3c
2432schedctl_start.3c			:= LINKSRC = schedctl_init.3c
2433schedctl_stop.3c			:= LINKSRC = schedctl_init.3c
2434
2435FD_CLR.3c				:= LINKSRC = select.3c
2436FD_ISSET.3c				:= LINKSRC = select.3c
2437FD_SET.3c				:= LINKSRC = select.3c
2438FD_ZERO.3c				:= LINKSRC = select.3c
2439pselect.3c				:= LINKSRC = select.3c
2440
2441sem_clockwait.3c			:= LINKSRC = sem_timedwait.3c
2442sem_relclockwait_np.3c			:= LINKSRC = sem_timedwait.3c
2443sem_reltimedwait_np.3c			:= LINKSRC = sem_timedwait.3c
2444
2445sem_trywait.3c				:= LINKSRC = sem_wait.3c
2446
2447sema_destroy.3c				:= LINKSRC = semaphore.3c
2448sema_init.3c				:= LINKSRC = semaphore.3c
2449sema_post.3c				:= LINKSRC = semaphore.3c
2450sema_trywait.3c				:= LINKSRC = semaphore.3c
2451sema_wait.3c				:= LINKSRC = semaphore.3c
2452
2453abort_handler_s.3c			:= LINKSRC = set_constraint_handler_s.3c
2454ignore_handler_s.3c			:= LINKSRC = set_constraint_handler_s.3c
2455
2456setvbuf.3c				:= LINKSRC = setbuf.3c
2457
2458setlinebuf.3c				:= LINKSRC = setbuffer.3c
2459
2460longjmp.3c				:= LINKSRC = setjmp.3c
2461siglongjmp.3c				:= LINKSRC = setjmp.3c
2462sigsetjmp.3c				:= LINKSRC = setjmp.3c
2463
2464sighold.3c				:= LINKSRC = signal.3c
2465sigignore.3c				:= LINKSRC = signal.3c
2466sigpause.3c				:= LINKSRC = signal.3c
2467sigrelse.3c				:= LINKSRC = signal.3c
2468sigset.3c				:= LINKSRC = signal.3c
2469
2470sigaddset.3c				:= LINKSRC = sigsetops.3c
2471sigdelset.3c				:= LINKSRC = sigsetops.3c
2472sigemptyset.3c				:= LINKSRC = sigsetops.3c
2473sigfillset.3c				:= LINKSRC = sigsetops.3c
2474sigismember.3c				:= LINKSRC = sigsetops.3c
2475
2476sigtimedwait.3c				:= LINKSRC = sigwaitinfo.3c
2477
2478gsignal.3c				:= LINKSRC = ssignal.3c
2479
2480stdc_bit_ceil_uc.3c			:= LINKSRC = stdc_bit_ceil.3c
2481stdc_bit_ceil_us.3c			:= LINKSRC = stdc_bit_ceil.3c
2482stdc_bit_ceil_ui.3c			:= LINKSRC = stdc_bit_ceil.3c
2483stdc_bit_ceil_ul.3c			:= LINKSRC = stdc_bit_ceil.3c
2484stdc_bit_ceil_ull.3c			:= LINKSRC = stdc_bit_ceil.3c
2485
2486stdc_bit_floor_uc.3c			:= LINKSRC = stdc_bit_floor.3c
2487stdc_bit_floor_us.3c			:= LINKSRC = stdc_bit_floor.3c
2488stdc_bit_floor_ui.3c			:= LINKSRC = stdc_bit_floor.3c
2489stdc_bit_floor_ul.3c			:= LINKSRC = stdc_bit_floor.3c
2490stdc_bit_floor_ull.3c			:= LINKSRC = stdc_bit_floor.3c
2491
2492stdc_count_ones_uc.3c			:= LINKSRC = stdc_count_ones.3c
2493stdc_count_ones_us.3c			:= LINKSRC = stdc_count_ones.3c
2494stdc_count_ones_ui.3c			:= LINKSRC = stdc_count_ones.3c
2495stdc_count_ones_ul.3c			:= LINKSRC = stdc_count_ones.3c
2496stdc_count_ones_ull.3c			:= LINKSRC = stdc_count_ones.3c
2497
2498stdc_count_zeros_uc.3c			:= LINKSRC = stdc_count_zeros.3c
2499stdc_count_zeros_us.3c			:= LINKSRC = stdc_count_zeros.3c
2500stdc_count_zeros_ui.3c			:= LINKSRC = stdc_count_zeros.3c
2501stdc_count_zeros_ul.3c			:= LINKSRC = stdc_count_zeros.3c
2502stdc_count_zeros_ull.3c			:= LINKSRC = stdc_count_zeros.3c
2503
2504stdc_first_leading_one_uc.3c		:= LINKSRC = stdc_first_leading_one.3c
2505stdc_first_leading_one_us.3c		:= LINKSRC = stdc_first_leading_one.3c
2506stdc_first_leading_one_ui.3c		:= LINKSRC = stdc_first_leading_one.3c
2507stdc_first_leading_one_ul.3c		:= LINKSRC = stdc_first_leading_one.3c
2508stdc_first_leading_one_ull.3c		:= LINKSRC = stdc_first_leading_one.3c
2509
2510stdc_first_leading_zero_uc.3c		:= LINKSRC = stdc_first_leading_zero.3c
2511stdc_first_leading_zero_us.3c		:= LINKSRC = stdc_first_leading_zero.3c
2512stdc_first_leading_zero_ui.3c		:= LINKSRC = stdc_first_leading_zero.3c
2513stdc_first_leading_zero_ul.3c		:= LINKSRC = stdc_first_leading_zero.3c
2514stdc_first_leading_zero_ull.3c		:= LINKSRC = stdc_first_leading_zero.3c
2515
2516stdc_first_trailing_one_uc.3c		:= LINKSRC = stdc_first_trailing_one.3c
2517stdc_first_trailing_one_us.3c		:= LINKSRC = stdc_first_trailing_one.3c
2518stdc_first_trailing_one_ui.3c		:= LINKSRC = stdc_first_trailing_one.3c
2519stdc_first_trailing_one_ul.3c		:= LINKSRC = stdc_first_trailing_one.3c
2520stdc_first_trailing_one_ull.3c		:= LINKSRC = stdc_first_trailing_one.3c
2521
2522stdc_first_trailing_zero_uc.3c		:= LINKSRC = stdc_first_trailing_zero.3c
2523stdc_first_trailing_zero_us.3c		:= LINKSRC = stdc_first_trailing_zero.3c
2524stdc_first_trailing_zero_ui.3c		:= LINKSRC = stdc_first_trailing_zero.3c
2525stdc_first_trailing_zero_ul.3c		:= LINKSRC = stdc_first_trailing_zero.3c
2526stdc_first_trailing_zero_ull.3c		:= LINKSRC = stdc_first_trailing_zero.3c
2527
2528stdc_has_single_bit_uc.3c		:= LINKSRC = stdc_has_single_bit.3c
2529stdc_has_single_bit_us.3c		:= LINKSRC = stdc_has_single_bit.3c
2530stdc_has_single_bit_ui.3c		:= LINKSRC = stdc_has_single_bit.3c
2531stdc_has_single_bit_ul.3c		:= LINKSRC = stdc_has_single_bit.3c
2532stdc_has_single_bit_ull.3c		:= LINKSRC = stdc_has_single_bit.3c
2533
2534stdc_leading_ones_uc.3c			:= LINKSRC = stdc_leading_ones.3c
2535stdc_leading_ones_us.3c			:= LINKSRC = stdc_leading_ones.3c
2536stdc_leading_ones_ui.3c			:= LINKSRC = stdc_leading_ones.3c
2537stdc_leading_ones_ul.3c			:= LINKSRC = stdc_leading_ones.3c
2538stdc_leading_ones_ull.3c		:= LINKSRC = stdc_leading_ones.3c
2539
2540stdc_leading_zeros_uc.3c		:= LINKSRC = stdc_leading_zeros.3c
2541stdc_leading_zeros_us.3c		:= LINKSRC = stdc_leading_zeros.3c
2542stdc_leading_zeros_ui.3c		:= LINKSRC = stdc_leading_zeros.3c
2543stdc_leading_zeros_ul.3c		:= LINKSRC = stdc_leading_zeros.3c
2544stdc_leading_zeros_ull.3c		:= LINKSRC = stdc_leading_zeros.3c
2545
2546stdc_trailing_ones_uc.3c		:= LINKSRC = stdc_trailing_ones.3c
2547stdc_trailing_ones_us.3c		:= LINKSRC = stdc_trailing_ones.3c
2548stdc_trailing_ones_ui.3c		:= LINKSRC = stdc_trailing_ones.3c
2549stdc_trailing_ones_ul.3c		:= LINKSRC = stdc_trailing_ones.3c
2550stdc_trailing_ones_ull.3c		:= LINKSRC = stdc_trailing_ones.3c
2551
2552stdc_trailing_zeros_uc.3c		:= LINKSRC = stdc_trailing_zeros.3c
2553stdc_trailing_zeros_us.3c		:= LINKSRC = stdc_trailing_zeros.3c
2554stdc_trailing_zeros_ui.3c		:= LINKSRC = stdc_trailing_zeros.3c
2555stdc_trailing_zeros_ul.3c		:= LINKSRC = stdc_trailing_zeros.3c
2556stdc_trailing_zeros_ull.3c		:= LINKSRC = stdc_trailing_zeros.3c
2557
2558stderr.3c				:= LINKSRC = stdio.3c
2559stdin.3c				:= LINKSRC = stdio.3c
2560stdout.3c				:= LINKSRC = stdio.3c
2561
2562sig2str.3c				:= LINKSRC = str2sig.3c
2563
2564strcoll_l.3c				:= LINKSRC = strcoll.3c
2565
2566strerror_l.3c				:= LINKSRC = strerror.3c
2567strerror_r.3c				:= LINKSRC = strerror.3c
2568strerrordesc_np.3c			:= LINKSRC = strerror.3c
2569strerrorname_np.3c			:= LINKSRC = strerror.3c
2570
2571strfmon_l.3c				:= LINKSRC = strfmon.3c
2572
2573ascftime.3c				:= LINKSRC = strftime.3c
2574cftime.3c				:= LINKSRC = strftime.3c
2575strftime_l.3c				:= LINKSRC = strftime.3c
2576
2577stpcpy.3c				:= LINKSRC = string.3c
2578stpncpy.3c				:= LINKSRC = string.3c
2579strcasecmp.3c				:= LINKSRC = string.3c
2580strcasecmp_l.3c				:= LINKSRC = string.3c
2581strcasestr.3c				:= LINKSRC = string.3c
2582strcasestr_l.3c				:= LINKSRC = string.3c
2583strcat.3c				:= LINKSRC = string.3c
2584strchr.3c				:= LINKSRC = string.3c
2585strchrnul.3c				:= LINKSRC = string.3c
2586strcmp.3c				:= LINKSRC = string.3c
2587strcpy.3c				:= LINKSRC = string.3c
2588strcspn.3c				:= LINKSRC = string.3c
2589strdup.3c				:= LINKSRC = string.3c
2590strdupa.3c				:= LINKSRC = string.3c
2591strlcat.3c				:= LINKSRC = string.3c
2592strlcpy.3c				:= LINKSRC = string.3c
2593strlen.3c				:= LINKSRC = string.3c
2594strncasecmp.3c				:= LINKSRC = string.3c
2595strncasecmp_l.3c			:= LINKSRC = string.3c
2596strncat.3c				:= LINKSRC = string.3c
2597strncmp.3c				:= LINKSRC = string.3c
2598strncpy.3c				:= LINKSRC = string.3c
2599strndup.3c				:= LINKSRC = string.3c
2600strndupa.3c				:= LINKSRC = string.3c
2601strnlen.3c				:= LINKSRC = string.3c
2602strnstr.3c				:= LINKSRC = string.3c
2603strpbrk.3c				:= LINKSRC = string.3c
2604strrchr.3c				:= LINKSRC = string.3c
2605strsep.3c				:= LINKSRC = string.3c
2606strspn.3c				:= LINKSRC = string.3c
2607strstr.3c				:= LINKSRC = string.3c
2608strtok.3c				:= LINKSRC = string.3c
2609strtok_r.3c				:= LINKSRC = string.3c
2610
2611file_to_decimal.3c			:= LINKSRC = string_to_decimal.3c
2612func_to_decimal.3c			:= LINKSRC = string_to_decimal.3c
2613
2614strptime_l.3c				:= LINKSRC = strptime.3c
2615
2616atof.3c					:= LINKSRC = strtod.3c
2617strtof.3c				:= LINKSRC = strtod.3c
2618strtold.3c				:= LINKSRC = strtod.3c
2619
2620strtoumax.3c				:= LINKSRC = strtoimax.3c
2621
2622atoi.3c					:= LINKSRC = strtol.3c
2623atol.3c					:= LINKSRC = strtol.3c
2624atoll.3c				:= LINKSRC = strtol.3c
2625lltostr.3c				:= LINKSRC = strtol.3c
2626strtoll.3c				:= LINKSRC = strtol.3c
2627ulltostr.3c				:= LINKSRC = strtol.3c
2628
2629strtonumx.3c				:= LINKSRC = strtonum.3c
2630
2631strtoull.3c				:= LINKSRC = strtoul.3c
2632
2633wstostr.3c				:= LINKSRC = strtows.3c
2634
2635strxfrm_l.3c				:= LINKSRC = strxfrm.3c
2636
2637closelog.3c				:= LINKSRC = syslog.3c
2638openlog.3c				:= LINKSRC = syslog.3c
2639setlogmask.3c				:= LINKSRC = syslog.3c
2640
2641thr_setconcurrency.3c			:= LINKSRC = thr_getconcurrency.3c
2642
2643thr_setprio.3c				:= LINKSRC = thr_getprio.3c
2644
2645thr_getspecific.3c			:= LINKSRC = thr_keycreate.3c
2646thr_keycreate_once.3c			:= LINKSRC = thr_keycreate.3c
2647thr_setspecific.3c			:= LINKSRC = thr_keycreate.3c
2648
2649thr_continue.3c				:= LINKSRC = thr_suspend.3c
2650
2651thr_setname.3c				:= LINKSRC = thr_getname.3c
2652
2653timegm.3c				:= LINKSRC = mktime.3c
2654
2655timer_getoverrun.3c			:= LINKSRC = timer_settime.3c
2656timer_gettime.3c			:= LINKSRC = timer_settime.3c
2657
2658timerclear.3c				:= LINKSRC = timeradd.3c
2659timercmp.3c				:= LINKSRC = timeradd.3c
2660timerisset.3c				:= LINKSRC = timeradd.3c
2661timersub.3c				:= LINKSRC = timeradd.3c
2662
2663timerfd_gettime.3c			:= LINKSRC = timerfd_create.3c
2664timerfd_settime.3c			:= LINKSRC = timerfd_create.3c
2665
2666tempnam.3c				:= LINKSRC = tmpnam.3c
2667tmpnam_r.3c				:= LINKSRC = tmpnam.3c
2668
2669tolower_l.3c				:= LINKSRC = tolower.3c
2670
2671toupper_l.3c				:= LINKSRC = toupper.3c
2672
2673towlower_l.3c				:= LINKSRC = towlower.3c
2674
2675towupper_l.3c				:= LINKSRC = towupper.3c
2676
2677ftruncate.3c				:= LINKSRC = truncate.3c
2678
2679tdelete.3c				:= LINKSRC = tsearch.3c
2680tfind.3c				:= LINKSRC = tsearch.3c
2681twalk.3c				:= LINKSRC = tsearch.3c
2682
2683tss_create.3c				:= LINKSRC = tss.3c
2684tss_delete.3c				:= LINKSRC = tss.3c
2685tss_get.3c				:= LINKSRC = tss.3c
2686tss_set.3c				:= LINKSRC = tss.3c
2687
2688ttyname_r.3c				:= LINKSRC = ttyname.3c
2689
2690ucontext_free.3c			:= LINKSRC = ucontext_alloc.3c
2691
2692uconv_u16tou8.3c			:= LINKSRC = uconv_u16tou32.3c
2693uconv_u32tou16.3c			:= LINKSRC = uconv_u16tou32.3c
2694uconv_u32tou8.3c			:= LINKSRC = uconv_u16tou32.3c
2695uconv_u8tou16.3c			:= LINKSRC = uconv_u16tou32.3c
2696uconv_u8tou32.3c			:= LINKSRC = uconv_u16tou32.3c
2697
2698ucred_free.3c				:= LINKSRC = ucred.3c
2699ucred_get.3c				:= LINKSRC = ucred.3c
2700ucred_getegid.3c			:= LINKSRC = ucred.3c
2701ucred_geteuid.3c			:= LINKSRC = ucred.3c
2702ucred_getgroups.3c			:= LINKSRC = ucred.3c
2703ucred_getlabel.3c			:= LINKSRC = ucred.3c
2704ucred_getpflags.3c			:= LINKSRC = ucred.3c
2705ucred_getpid.3c				:= LINKSRC = ucred.3c
2706ucred_getprivset.3c			:= LINKSRC = ucred.3c
2707ucred_getprojid.3c			:= LINKSRC = ucred.3c
2708ucred_getrgid.3c			:= LINKSRC = ucred.3c
2709ucred_getruid.3c			:= LINKSRC = ucred.3c
2710ucred_getsgid.3c			:= LINKSRC = ucred.3c
2711ucred_getsuid.3c			:= LINKSRC = ucred.3c
2712ucred_getzoneid.3c			:= LINKSRC = ucred.3c
2713ucred_size.3c				:= LINKSRC = ucred.3c
2714
2715vswprintf.3c				:= LINKSRC = vfwprintf.3c
2716vwprintf.3c				:= LINKSRC = vfwprintf.3c
2717
2718vasprintf.3c				:= LINKSRC = vprintf.3c
2719vfprintf.3c				:= LINKSRC = vprintf.3c
2720vsnprintf.3c				:= LINKSRC = vprintf.3c
2721vsprintf.3c				:= LINKSRC = vprintf.3c
2722
2723wait4.3c				:= LINKSRC = wait3.3c
2724
2725addrtosymstr.3c				:= LINKSRC = walkcontext.3c
2726backtrace.3c				:= LINKSRC = walkcontext.3c
2727backtrace_symbols.3c			:= LINKSRC = walkcontext.3c
2728backtrace_symbols_fd.3c			:= LINKSRC = walkcontext.3c
2729printstack.3c				:= LINKSRC = walkcontext.3c
2730
2731wcpncpy.3c				:= LINKSRC = wcpcpy.3c
2732
2733wcscasecmp_l.3c				:= LINKSRC = wcscasecmp.3c
2734wcsncasecmp.3c				:= LINKSRC = wcscasecmp.3c
2735wcsncasecmp_l.3c			:= LINKSRC = wcscasecmp.3c
2736
2737wcscoll_l.3c				:= LINKSRC = wcscoll.3c
2738wscoll.3c				:= LINKSRC = wcscoll.3c
2739
2740wcsnlen.3c				:= LINKSRC = wcslen.3c
2741
2742wcsnrtombs.3c				:= LINKSRC = wcsrtombs.3c
2743wcsnrtombs_l.3c				:= LINKSRC = wcsrtombs.3c
2744wcsrtombs_l.3c				:= LINKSRC = wcsrtombs.3c
2745
2746watof.3c				:= LINKSRC = wcstod.3c
2747wcstof.3c				:= LINKSRC = wcstod.3c
2748wcstold.3c				:= LINKSRC = wcstod.3c
2749wstod.3c				:= LINKSRC = wcstod.3c
2750
2751wcstoumax.3c				:= LINKSRC = wcstoimax.3c
2752
2753watoi.3c				:= LINKSRC = wcstol.3c
2754watol.3c				:= LINKSRC = wcstol.3c
2755watoll.3c				:= LINKSRC = wcstol.3c
2756wcstoll.3c				:= LINKSRC = wcstol.3c
2757wstol.3c				:= LINKSRC = wcstol.3c
2758
2759wcstombs_l.3c				:= LINKSRC = wcstombs.3c
2760
2761wcstoull.3c				:= LINKSRC = wcstoul.3c
2762
2763wcscat.3c				:= LINKSRC = wcstring.3c
2764wcschr.3c				:= LINKSRC = wcstring.3c
2765wcscmp.3c				:= LINKSRC = wcstring.3c
2766wcscpy.3c				:= LINKSRC = wcstring.3c
2767wcscspn.3c				:= LINKSRC = wcstring.3c
2768wcsncat.3c				:= LINKSRC = wcstring.3c
2769wcsncmp.3c				:= LINKSRC = wcstring.3c
2770wcsncpy.3c				:= LINKSRC = wcstring.3c
2771wcspbrk.3c				:= LINKSRC = wcstring.3c
2772wcsrchr.3c				:= LINKSRC = wcstring.3c
2773wcsspn.3c				:= LINKSRC = wcstring.3c
2774wcstok.3c				:= LINKSRC = wcstring.3c
2775wcswcs.3c				:= LINKSRC = wcstring.3c
2776windex.3c				:= LINKSRC = wcstring.3c
2777wrindex.3c				:= LINKSRC = wcstring.3c
2778wscat.3c				:= LINKSRC = wcstring.3c
2779wschr.3c				:= LINKSRC = wcstring.3c
2780wscmp.3c				:= LINKSRC = wcstring.3c
2781wscpy.3c				:= LINKSRC = wcstring.3c
2782wscspn.3c				:= LINKSRC = wcstring.3c
2783wslen.3c				:= LINKSRC = wcstring.3c
2784wsncat.3c				:= LINKSRC = wcstring.3c
2785wsncmp.3c				:= LINKSRC = wcstring.3c
2786wsncpy.3c				:= LINKSRC = wcstring.3c
2787wspbrk.3c				:= LINKSRC = wcstring.3c
2788wsrchr.3c				:= LINKSRC = wcstring.3c
2789wsspn.3c				:= LINKSRC = wcstring.3c
2790wstok.3c				:= LINKSRC = wcstring.3c
2791wscasecmp.3c				:= LINKSRC = wstring.3c
2792wscol.3c				:= LINKSRC = wstring.3c
2793wsdup.3c				:= LINKSRC = wstring.3c
2794wsncasecmp.3c				:= LINKSRC = wstring.3c
2795
2796wcswidth_l.3c				:= LINKSRC = wcswidth.3c
2797
2798wsxfrm.3c				:= LINKSRC = wcsxfrm.3c
2799
2800wctob_l.3c				:= LINKSRC = wctob.3c
2801
2802wctomb_l.3c				:= LINKSRC = wctomb.3c
2803
2804towctrans.3c				:= LINKSRC = wctrans.3c
2805towctrans_l.3c				:= LINKSRC = wctrans.3c
2806wctrans_l.3c				:= LINKSRC = wctrans.3c
2807
2808wctype_l.3c				:= LINKSRC = wctype.3c
2809
2810wcwidth_l.3c				:= LINKSRC = wcwidth.3c
2811
2812wordfree.3c				:= LINKSRC = wordexp.3c
2813
2814.KEEP_STATE:
2815
2816include		$(SRC)/man/Makefile.man
2817
2818install:	$(ROOTMANFILES) $(ROOTMANLINKS)
2819