aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-05-12 12:58:40 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-05-12 12:58:40 +0000
commit2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1 (patch)
tree874e8724f03ce9a9fac0cf321e710b62109731b5 /include/unistd.h
parentfff65794d90dc137033c7a1c1c510b8ea90589c1 (diff)
downloadsrc-2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1.tar.gz
src-2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1.zip
Oops, move clock_*() and nanosleep() to time.h
Submitted by: Peter Dufault <dufault@hda.com>
Notes
Notes: svn path=/head/; revision=25749
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e88d9959cfa8..a89fc6f193d7 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -57,9 +57,6 @@ int access __P((const char *, int));
unsigned int alarm __P((unsigned int));
int chdir __P((const char *));
int chown __P((const char *, uid_t, gid_t));
-int clock_getres __P((clockid_t, struct timespec *));
-int clock_gettime __P((clockid_t, struct timespec *));
-int clock_settime __P((clockid_t, const struct timespec *));
int close __P((int));
int dup __P((int));
int dup2 __P((int, int));
@@ -87,7 +84,6 @@ int link __P((const char *, const char *));
#define _LSEEK_DECLARED
off_t lseek __P((int, off_t, int));
#endif
-int nanosleep __P((const struct timespec *, struct timespec *));
long pathconf __P((const char *, int));
int pause __P((void));
int pipe __P((int *));