aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-03-22 21:50:38 +0000
committerNils Durner <durner@gnunet.org>2010-03-22 21:50:38 +0000
commit1d943b33c95c2d3f366d50e22e8b134029d5a579 (patch)
tree14f4831dd4102b7a80ed1656b2d6f9b1e2782747 /src/include/platform.h
parente409833ea6360385d5c085643a9fa028f410d7e1 (diff)
downloadgnunet-1d943b33c95c2d3f366d50e22e8b134029d5a579.tar.gz
gnunet-1d943b33c95c2d3f366d50e22e8b134029d5a579.zip
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 0e6c13c21..7bf2b2f8f 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -40,8 +40,10 @@
40 40
41#ifdef WINDOWS 41#ifdef WINDOWS
42#define BREAKPOINT asm("int $3;"); 42#define BREAKPOINT asm("int $3;");
43#define GNUNET_SIGCHLD 17
43#else 44#else
44#define BREAKPOINT 45#define BREAKPOINT
46#define GNUNET_SIGCHLD SIGCHLD
45#endif 47#endif
46 48
47#ifdef HAVE_SYS_TYPES_H 49#ifdef HAVE_SYS_TYPES_H