diff options
Diffstat (limited to 'libc/include/pthread.h')
-rw-r--r-- | libc/include/pthread.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/include/pthread.h b/libc/include/pthread.h index 2015ac08a..ef6b80e75 100644 --- a/libc/include/pthread.h +++ b/libc/include/pthread.h @@ -310,9 +310,4 @@ extern void __pthread_cleanup_pop(__pthread_cleanup_t* c, } /* extern "C" */ #endif -/************ TO FIX ************/ - -#define LONG_LONG_MAX __LONG_LONG_MAX__ -#define LONG_LONG_MIN (-__LONG_LONG_MAX__ - 1) - #endif /* _PTHREAD_H_ */ |