diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1999-05-05 23:19:59 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1999-05-05 23:19:59 +0000 |
| commit | f09830023871adbf64757c98097bb0729d084947 (patch) | |
| tree | 42962d499a8e6fa2ea4b69ae74b53e45a5c6f5ae /include | |
| parent | d4c56fd0d822873f45e3d5b0668a0271dd232a01 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 13afc190e8b5..e320c15319fd 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -154,7 +154,9 @@ int mkstemp __P((char *)); char *mktemp __P((char *)); int nfssvc __P((int, void *)); int nice __P((int)); +ssize_t pread __P((int, void *, size_t, off_t)); int profil __P((char *, int, int, int)); +ssize_t pwrite __P((int, const void *, size_t, off_t)); int rcmd __P((char **, int, const char *, const char *, const char *, int *)); char *re_comp __P((const char *)); |
