diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-05 15:06:31 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-05 15:20:42 +0200 |
commit | 3034822918dec909b1e2ffae2447b4ee05426057 (patch) | |
tree | d834dfdbba42d8eab1111ffe01ea6fdc10097eaa /include | |
parent | 09805f364f46711d45b37050ad1113e9ab7bd4ae (diff) | |
download | ouroboros-3034822918dec909b1e2ffae2447b4ee05426057.tar.gz ouroboros-3034822918dec909b1e2ffae2447b4ee05426057.zip |
doc: Fix fccntl man page
Patch for previous commit, which was broken.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/fccntl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ouroboros/fccntl.h b/include/ouroboros/fccntl.h index fbfc11f8..7d1f7fe8 100644 --- a/include/ouroboros/fccntl.h +++ b/include/ouroboros/fccntl.h @@ -61,8 +61,7 @@ #define FLOWGTXQLEN 00000011 /* Get queue length on tx */ /* FRCT operations */ -#define FRCTSFLAGS 00001000 /* Set flags for FRCT */ -#define FRCTGFLAGS 00001001 /* Get flags for FRCT */ +#define FRCTGFLAGS 00001000 /* Get flags for FRCT */ __BEGIN_DECLS |