diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-18 22:39:24 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-18 22:39:24 +0000 |
commit | 9d6ebf1b821dd0c349b6d77bcf17ef0d5039a5cc (patch) | |
tree | 0a4f7856abfbb80e63d90bf2840b5dcb1c67ed9f | |
parent | a8b0f84d9b0b06c7ef5cb802cae6cf27270c9792 (diff) |
Fix figure
-rw-r--r-- | libddekit/interrupt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/interrupt.c b/libddekit/interrupt.c index fb1f6163..940363b1 100644 --- a/libddekit/interrupt.c +++ b/libddekit/interrupt.c @@ -27,7 +27,7 @@ #define BLOCK_IRQ 0 -#define MACH_INTR_NOTIFY 100 +#define MACH_INTR_NOTIFY 424242 typedef struct { |