diff options
Diffstat (limited to 'usr/src/man/man3c/Makefile')
-rw-r--r-- | usr/src/man/man3c/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/man/man3c/Makefile b/usr/src/man/man3c/Makefile index 4b2660a1ff..e81e80e5ea 100644 --- a/usr/src/man/man3c/Makefile +++ b/usr/src/man/man3c/Makefile @@ -1043,6 +1043,9 @@ MANSOFILES = FD_CLR.3c \ srand48.3c \ srandom.3c \ sscanf.3c \ + stderr.3c \ + stdin.3c \ + stdout.3c \ strcasecmp.3c \ strcat.3c \ strchr.3c \ @@ -1915,6 +1918,10 @@ sigtimedwait.3c := SOSRC = man3c/sigwaitinfo.3c gsignal.3c := SOSRC = man3c/ssignal.3c +stderr.3c := SOSRC = man3c/stdio.3c +stdin.3c := SOSRC = man3c/stdio.3c +stdout.3c := SOSRC = man3c/stdio.3c + sig2str.3c := SOSRC = man3c/str2sig.3c strerror_r.3c := SOSRC = man3c/strerror.3c |