diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-23 09:09:11 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-23 10:44:34 -0400 |
commit | 0ff5bc404842f7264a8e77f9e2a0bd8d0b051356 (patch) | |
tree | 3f4844681d7d5bd0692cdabfb39b4b5a5c021e0c /os/osdep.h | |
parent | 331cc3f0799a54910a99484264f76569beeee55a (diff) |
Unifdef QNX.
Again, hasn't worked since at least 7.0.
Diffstat (limited to 'os/osdep.h')
-rw-r--r-- | os/osdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/osdep.h b/os/osdep.h index 2f7bd7585..1b8dcf7ad 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -68,9 +68,6 @@ SOFTWARE. #endif #endif -#ifdef __QNX__ -#define NOFILES_MAX 256 -#endif #ifndef OPEN_MAX #ifdef SVR4 #define OPEN_MAX 256 |