* include/inttypes.h: Change PTR definitions to int to align with the

stdint.h type definitions of intptr_t/uintptr_t.
This commit is contained in:
Corinna Vinschen
2010-05-26 13:37:48 +00:00
parent 403ab0c013
commit 16f52c1461
2 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,8 @@
2010-05-26 Corinna Vinschen <corinna@vinschen.de>
* include/inttypes.h: Change PTR definitions to int to align with the
stdint.h type definitions of intptr_t/uintptr_t.
2010-05-26 Corinna Vinschen <corinna@vinschen.de>
* fhandler.h (class fhandler_pty_master): Add master_thread member.