]> sourceware.org Git - glibc.git/blobdiff - bits/termios.h
stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)
[glibc.git] / bits / termios.h
index 7b062c2f107c4e6fe739fa6402a7392ebf58f9b4..4439c2f14e95c0aae2d872144047e17521de4e5f 100644 (file)
@@ -1,5 +1,5 @@
 /* termios type and macro definitions.  4.4 BSD/generic GNU version.
-   Copyright (C) 1993-2020 Free Software Foundation, Inc.
+   Copyright (C) 1993-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -246,7 +246,7 @@ struct termios
 # define NOKERNINFO (1 << 25)  /* Disable VSTATUS.  */
 # define PENDIN        (1 << 29)       /* Retype pending input (state).  */
 #endif
-#define        _NOFLSH (1 << 31)       /* Disable flush after interrupt.  */
+#define        _NOFLSH (1U << 31)      /* Disable flush after interrupt.  */
 #define        NOFLSH  _NOFLSH
 
   /* Control characters.  */
This page took 0.030285 seconds and 5 git commands to generate.