put ssize_t in <sys/types.h>, as specified by POSIX
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 7 Dec 1991 06:04:32 +0000 (22:04 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 7 Dec 1991 06:04:32 +0000 (22:04 -0800)
SCCS-vsn: include/unistd.h 5.14

usr/src/include/unistd.h

index 8eaec88..0e22cc7 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unistd.h    5.13 (Berkeley) %G%
+ *     @(#)unistd.h    5.14 (Berkeley) %G%
  */
 
 #ifndef _UNISTD_H_
  */
 
 #ifndef _UNISTD_H_
@@ -28,8 +28,6 @@
 #define        NULL            0       /* null pointer constant */
 #endif
 
 #define        NULL            0       /* null pointer constant */
 #endif
 
-typedef        int ssize_t;            /* count of bytes or error indication */
-
 __BEGIN_DECLS
 void    _exit __P((int));
 int     access __P((const char *, int));
 __BEGIN_DECLS
 void    _exit __P((int));
 int     access __P((const char *, int));