Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / sysvi386 / time.S
blobc5617891c14339b366dc0009bb364f019fbcf781
1         .globl  _time
2         .globl  time
3 _time:
4 time:
5         movl    $0xd, %eax
6         lcall   $7,$0
7         jb      _cerror
8         ret