diff options
author | rpj <rpj> | 1998-09-12 10:15:20 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-09-12 10:15:20 +0000 |
commit | f198ec61db75dd773357ba9a837a76e4bd16db60 (patch) | |
tree | 5a90d3432a513fe4fb98193b766f27b37df7bf37 | |
parent | b63e40988fde13ccd11dea845bd9008c56b21cdb (diff) |
* windows.h: Remove error number definitions. These are in <errno.h>
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | windows.h | 13 |
2 files changed, 4 insertions, 13 deletions
@@ -1,3 +1,7 @@ +Sat Sep 12 20:09:24 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + + * windows.h: Remove error number definitions. These are in <errno.h> + 1998-09-12 Ben Elliston <bje@cygnus.com> * {most}.c: Include <errno.h> to get POSIX error values. @@ -47,19 +47,6 @@ enum { THREAD_PRIORITY_ERROR_RETURN }; -/* Error numbers */ - -enum { - EINVAL, - ENOMEM, - ENOSYS, - EAGAIN, - EDEADLK, - EBUSY, - ENOSUP, - ESRCH -}; - typedef void VOID; typedef int BOOL; |