summaryrefslogtreecommitdiffstats
path: root/linux-user/microblaze/termbits.h
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab2018-02-181-0/+1
| | | | | | | | | With glibc 2.27 the openpty function prefers the TIOCGPTPEER ioctl. Signed-off-by: Andreas Schwab <schwab@suse.de> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <mvmbmhdosb9.fsf_-_@suse.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
* microblaze: Add syscall, signal and termbits defs for linux-user.Edgar E. Iglesias2009-05-261-0/+213
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>