diff options
| author | jtc <jtc@NetBSD.org> | 1993-09-25 01:52:59 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-09-25 01:52:59 +0000 |
| commit | d3e27287c92dbcd8c7a145c9cb76618b14a8b4e0 (patch) | |
| tree | daac5173f0a4175b9334816a6ecbea043c751df4 /include | |
| parent | ba0ef7cf93ae67326dec2f9779d2e7dac0c36adb (diff) | |
POSIX.1 says that ssize_t is defined in <sys/types.h>.
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unistd.h b/include/unistd.h index cc1a6c73b33..348e7d665a9 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)unistd.h 5.13 (Berkeley) 6/17/91 - * $Id: unistd.h,v 1.9 1993/09/21 21:53:31 jtc Exp $ + * $Id: unistd.h,v 1.10 1993/09/25 01:52:59 jtc Exp $ */ #ifndef _UNISTD_H_ @@ -49,8 +49,6 @@ #define NULL 0 /* null pointer constant */ #endif -typedef int ssize_t; /* count of bytes or error indication */ - __BEGIN_DECLS __dead void _exit __P((int)); int access __P((const char *, int)); |
