diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-31 18:12:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-31 18:12:09 +0000 |
commit | 7d3f39d1ac916446b14e932d430bc6015d6ece58 (patch) | |
tree | ff5f04d4069bab658b89f9b7c4f82139bd0ea59b | |
parent | a3a99e0165c81c96c62340df70ea03bf6411842b (diff) | |
download | glibc-7d3f39d1ac916446b14e932d430bc6015d6ece58.tar.gz glibc-7d3f39d1ac916446b14e932d430bc6015d6ece58.tar.xz glibc-7d3f39d1ac916446b14e932d430bc6015d6ece58.zip |
Define AIX_CBAUD.
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h b/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h index 9bb301c486..2bbb20a9b4 100644 --- a/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h +++ b/sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h @@ -71,6 +71,7 @@ struct aixtermios #define AIX_VT0 0x00000000 #define AIX_VT1 0x00008000 +#define AIX_CBAUD 0x0000000f #define AIX_CSIZE 0x00000030 #define AIX_CS5 0x00000000 #define AIX_CS6 0x00000010 |