Kaydet (Commit) bd7569b4 authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Revert r74048.

üst 0b5b8af4
This diff is collapsed.
...@@ -923,13 +923,13 @@ ...@@ -923,13 +923,13 @@
/* The size of `long long', as computed by sizeof. */ /* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG #undef SIZEOF_LONG_LONG
/* The size of `off_t', as computed by sizeof. */ /* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T #undef SIZEOF_OFF_T
/* The size of `pid_t', as computed by sizeof. */ /* The size of `pid_t', as computed by sizeof. */
#undef SIZEOF_PID_T #undef SIZEOF_PID_T
/* The size of `pthread_t', as computed by sizeof. */ /* The number of bytes in a pthread_t. */
#undef SIZEOF_PTHREAD_T #undef SIZEOF_PTHREAD_T
/* The size of `short', as computed by sizeof. */ /* The size of `short', as computed by sizeof. */
...@@ -938,7 +938,7 @@ ...@@ -938,7 +938,7 @@
/* The size of `size_t', as computed by sizeof. */ /* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T #undef SIZEOF_SIZE_T
/* The size of `time_t', as computed by sizeof. */ /* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T #undef SIZEOF_TIME_T
/* The size of `uintptr_t', as computed by sizeof. */ /* The size of `uintptr_t', as computed by sizeof. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment