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

« back to all changes in this revision

Viewing changes to arch/i386/bits/syscall.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:
349
349
#define __NR_process_vm_writev  348
350
350
#define __NR_kcmp               349
351
351
#define __NR_finit_module       350
 
352
#define __NR_sched_setattr      351
 
353
#define __NR_sched_getattr      352
 
354
#define __NR_renameat2          353
352
355
 
353
356
 
354
357
/* Repeated with SYS_ prefix */
704
707
#define SYS_process_vm_writev   348
705
708
#define SYS_kcmp                349
706
709
#define SYS_finit_module        350
 
710
#define SYS_sched_setattr       351
 
711
#define SYS_sched_getattr       352
 
712
#define SYS_renameat2           353