summaryrefslogtreecommitdiff
path: root/samples/watch_queue/watch_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/watch_queue/watch_test.c')
-rw-r--r--samples/watch_queue/watch_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/watch_queue/watch_test.c b/samples/watch_queue/watch_test.c
index 4a311790d4ca..8628b4c5d567 100644
--- a/samples/watch_queue/watch_test.c
+++ b/samples/watch_queue/watch_test.c
@@ -63,7 +63,7 @@ static void saw_key_change(struct watch_notification *n, size_t len)
*/
static void consumer(int fd)
{
- unsigned char buffer[4096], *p, *end;
+ unsigned char buffer[433], *p, *end;
union {
struct watch_notification n;
unsigned char buf1[128];