aboutsummaryrefslogtreecommitdiff
path: root/src/include/plibc.h
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-10-08 17:50:31 +0000
committerNils Durner <durner@gnunet.org>2010-10-08 17:50:31 +0000
commitcc5a89c1e87fbc1800e12b5eb802841c7bfe12f6 (patch)
tree7c61e291ddbd36d611089ce169e82d00ff49fcc4 /src/include/plibc.h
parent7a7b8fdd051e89a62e4bc68e2cc6dd755d5fbce4 (diff)
downloadgnunet-cc5a89c1e87fbc1800e12b5eb802841c7bfe12f6.tar.gz
gnunet-cc5a89c1e87fbc1800e12b5eb802841c7bfe12f6.zip
up
Diffstat (limited to 'src/include/plibc.h')
-rw-r--r--src/include/plibc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/plibc.h b/src/include/plibc.h
index 284d7efd4..8ae1c7195 100644
--- a/src/include/plibc.h
+++ b/src/include/plibc.h
@@ -22,7 +22,7 @@
22 * @brief PlibC header 22 * @brief PlibC header
23 * @attention This file is usually not installed under Unix, 23 * @attention This file is usually not installed under Unix,
24 * so ship it with your application 24 * so ship it with your application
25 * @version $Revision: 66 $ 25 * @version $Revision: 67 $
26 */ 26 */
27 27
28#ifndef _PLIBC_H_ 28#ifndef _PLIBC_H_
@@ -94,7 +94,7 @@ struct sockaddr_un {
94}; 94};
95 95
96#ifndef pid_t 96#ifndef pid_t
97 #define pid_t HANDLE 97 #define pid_t DWORD
98#endif 98#endif
99 99
100#ifndef error_t 100#ifndef error_t