Author: emaste
Date: Mon Jun 18 18:08:19 2018
New Revision: 335323
URL: https://svnweb.freebsd.org/changeset/base/335323

Log:
  arm64 linuxulator: add dup syscall entry
  
  Missed in r333027
  
  Sponsored by: Turing Robotic Industries Inc.

Modified:
  head/sys/arm64/linux/syscalls.master

Modified: head/sys/arm64/linux/syscalls.master
==============================================================================
--- head/sys/arm64/linux/syscalls.master        Mon Jun 18 17:27:43 2018        
(r335322)
+++ head/sys/arm64/linux/syscalls.master        Mon Jun 18 18:08:19 2018        
(r335323)
@@ -42,7 +42,7 @@
                                    struct epoll_event *events, \
                                    l_int maxevents, l_int timeout, \
                                    l_sigset_t *mask, l_size_t sigsetsize); }
-23     AUE_NULL        UNIMPL  linux_dup
+23     AUE_DUP         NOPROTO { int dup(u_int fd); }
 24     AUE_NULL        STD     { int linux_dup3(l_int oldfd, l_int newfd, \
                                    l_int flags); }
 25     AUE_FCNTL       STD     { int linux_fcntl(l_uint fd, l_uint cmd, \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to