Fix: tests: missing _GNU_SOURCE for F_GETPIPE_SZ
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 31 Mar 2022 15:20:01 +0000 (11:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 6 Apr 2022 19:08:50 +0000 (15:08 -0400)
commit20395d1422622f86a30e2923e70e35cab18f3385
treee7f49bb62b5dbbc2495fc0c8270145709c02f364
parent27f2b8400c9db484cd195c4240c379e845b1413d
Fix: tests: missing _GNU_SOURCE for F_GETPIPE_SZ

Per man 2 fcntl:

  F_GETOWN_EX,  F_SETOWN_EX,  F_SETPIPE_SZ,  F_GETPIPE_SZ,  F_GETSIG,  F_SETSIG,
  F_NOTIFY,   F_GETLEASE,   and  F_SETLEASE  are  Linux-specific.   (Define  the
  _GNU_SOURCE macro to obtain these definitions.)

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I2b61dfb79ffa384dc2bab56cd3510ddc6ae21e85
tests/regression/tools/notification/default_pipe_size_getter.c
This page took 0.025209 seconds and 4 git commands to generate.