~ubuntu-branches/ubuntu/vivid/musl/vivid

« back to all changes in this revision

Viewing changes to arch/sh/bits/ioctl.h

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-05-26 22:45:52 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20140526224552-qrtsct934q29xo0x
Tags: 1.1.4-1
* Import upstream version 1.1.4. (Closes: #754758)
* Fixes possible stack-based buffer overflow CVE-2014-3484 (Closes: #750815) 
* Includes fix for build regression on armhf and armel

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
#define TIOCSBRK            _IO('T',  39)
82
82
#define TIOCCBRK            _IO('T',  40)
83
83
#define TIOCGSID            _IOR('T', 41, int)
84
 
#define TCGETS              _IOR('T', 42, char[44])
85
 
#define TCSETS              _IOW('T', 43, char[44])
86
 
#define TCSETSW             _IOW('T', 44, char[44])
87
 
#define TCSETSF             _IOW('T', 45, char[44])
 
84
#define TCGETS              _IO('T', 1)
 
85
#define TCSETS              _IO('T', 2)
 
86
#define TCSETSW             _IO('T', 3)
 
87
#define TCSETSF             _IO('T', 4)
 
88
#define TCGETS2             _IOR('T', 42, char[44])
 
89
#define TCSETS2             _IOW('T', 43, char[44])
 
90
#define TCSETSW2            _IOW('T', 44, char[44])
 
91
#define TCSETSF2            _IOW('T', 45, char[44])
88
92
#define TIOCGPTN            _IOR('T', 48, unsigned int)
89
93
#define TIOCSPTLCK          _IOW('T', 49, int)
90
94
#define TIOCGDEV            _IOR('T', 50, unsigned int)