Remove AIO_LISTIO_MAX until it is done properly.

This commit is contained in:
Peter Dufault 1998-03-08 22:29:56 +00:00
parent 7a2ac24c5f
commit c6dd839fb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34328

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)limits.h 8.2 (Berkeley) 1/4/94
* $Id: limits.h,v 1.6 1998/03/04 10:23:24 dufault Exp $
* $Id: limits.h,v 1.7 1998/03/08 17:24:31 dufault Exp $
*/
#ifndef _LIMITS_H_
@ -78,10 +78,6 @@
#endif
#ifdef _POSIX4_VISIBLE_HISTORICALLY
#define AIO_LISTIO_MAX 16
#endif
#endif /* !_ANSI_SOURCE */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) || defined(_XOPEN_SOURCE)