This commit is contained in:
Michael Kerrisk 2008-01-04 04:30:10 +00:00
parent 11d4a2cfc0
commit a028f2edaf
1 changed files with 7 additions and 5 deletions

View File

@ -41,13 +41,15 @@
.SH NAME
gettimeofday, settimeofday \- get / set time
.SH SYNOPSIS
.nf
.B #include <sys/time.h>
.sp
.BI "int gettimeofday(struct timeval *" tv ", struct timezone *" tz );
.br
.BI "int settimeofday(const struct timeval *" tv ,
.BI "const struct timezone *" tz );
.sp
.BI "int settimeofday(const struct timeval *" tv \
", const struct timezone *" tz );
.fi
.in -4n
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):