* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2005-08-25  Christopher Faylor  <cgf@timesys.com> | ||||||
|  |  | ||||||
|  | 	* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE. | ||||||
|  |  | ||||||
| 2005-08-24  Christopher Faylor  <cgf@timesys.com> | 2005-08-24  Christopher Faylor  <cgf@timesys.com> | ||||||
|  |  | ||||||
| 	* exceptions.cc (handle_sigsuspend): Just sleep forever if called from | 	* exceptions.cc (handle_sigsuspend): Just sleep forever if called from | ||||||
|   | |||||||
| @@ -102,6 +102,7 @@ static NO_COPY struct | |||||||
|   X (NO_DATA_DETECTED,		EIO), |   X (NO_DATA_DETECTED,		EIO), | ||||||
|   X (NO_MEDIA_IN_DRIVE,		ENOMEDIUM), |   X (NO_MEDIA_IN_DRIVE,		ENOMEDIUM), | ||||||
|   X (NO_MORE_FILES,		ENMFILE), |   X (NO_MORE_FILES,		ENMFILE), | ||||||
|  |   X (NO_MORE_ITEMS,		ENMFILE), | ||||||
|   X (NO_MORE_SEARCH_HANDLES,	ENFILE), |   X (NO_MORE_SEARCH_HANDLES,	ENFILE), | ||||||
|   X (NO_PROC_SLOTS,		EAGAIN), |   X (NO_PROC_SLOTS,		EAGAIN), | ||||||
|   X (NO_SIGNAL_SENT,		EIO), |   X (NO_SIGNAL_SENT,		EIO), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user