Skip to content

Commit

Permalink
libc: Move tzset.3 to stdtime
Browse files Browse the repository at this point in the history
This really belongs in stddime, since it documents interfaces
implemented in stdtime.

Suggested by:	brooks
Sponsored by:	Netflix
  • Loading branch information
bsdimp committed Mar 12, 2024
1 parent a34940a commit 7a0a6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/libc/gen/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ MAN+= alarm.3 \
timespec_get.3 \
timespec_getres.3 \
ttyname.3 \
tzset.3 \
ualarm.3 \
ucontext.3 \
ulimit.3 \
Expand Down Expand Up @@ -534,8 +533,6 @@ MLINKS+=tcsetattr.3 cfgetispeed.3 \
tcsetattr.3 tcgetattr.3
MLINKS+=ttyname.3 isatty.3 \
ttyname.3 ttyname_r.3
MLINKS+=tzset.3 daylight.3 \
tzset.3 timezone.3
MLINKS+=unvis.3 strunvis.3 \
unvis.3 strunvisx.3
MLINKS+=vis.3 nvis.3 \
Expand Down
4 changes: 3 additions & 1 deletion lib/libc/stdtime/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CFLAGS.localtime.c+= -DALL_STATE -DTHREAD_SAFE
CFLAGS.localtime.c+= -DDETECT_TZ_CHANGES
.endif

MAN+= ctime.3 strftime.3 strptime.3 time2posix.3
MAN+= ctime.3 strftime.3 strptime.3 time2posix.3 tzset.3
MAN+= tzfile.5

MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
Expand All @@ -30,3 +30,5 @@ MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
MLINKS+=strftime.3 strftime_l.3
MLINKS+=strptime.3 strptime_l.3
MLINKS+=time2posix.3 posix2time.3
MLINKS+=tzset.3 daylight.3 \
tzset.3 timezone.3
File renamed without changes.

0 comments on commit 7a0a6b2

Please sign in to comment.