mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Use typedef instead of #define for ssize_t.
This commit is contained in:
parent
bb1b81473b
commit
10d9136ad5
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@
|
|||
/* define type for caddr_t */
|
||||
typedef char * caddr_t;
|
||||
|
||||
#define ssize_t signed int
|
||||
/* define type for ssize_t */
|
||||
typedef signed int ssize_t;
|
||||
|
||||
/* we have NT threads */
|
||||
#ifdef _MT
|
||||
|
|
|
|||
Loading…
Reference in a new issue