[Glibc-bsd-commits] r2649 - trunk/glibc-ports/kfreebsd

Aurelien Jarno aurel32 at alioth.debian.org
Sun Jul 19 22:09:23 UTC 2009


Author: aurel32
Date: 2009-07-19 22:09:23 +0000 (Sun, 19 Jul 2009)
New Revision: 2649

Modified:
   trunk/glibc-ports/kfreebsd/Makefile
Log:
Fix access syscall appearing twice


Modified: trunk/glibc-ports/kfreebsd/Makefile
===================================================================
--- trunk/glibc-ports/kfreebsd/Makefile	2009-07-19 16:08:20 UTC (rev 2648)
+++ trunk/glibc-ports/kfreebsd/Makefile	2009-07-19 22:09:23 UTC (rev 2649)
@@ -92,7 +92,7 @@
 
 ifeq ($(subdir),posix)
 # For <unistd.h>.
-sysdep_routines += sys_access sys_getlogin sys_pread sys_freebsd6_pread sys_pwrite sys_freebsd6_pwrite sys_setlogin sys_read sys_write
+sysdep_routines += sys_getlogin sys_pread sys_freebsd6_pread sys_pwrite sys_freebsd6_pwrite sys_setlogin sys_read sys_write
 # for <sched.h>
 sysdep_routines += sys_cpuset_getaffinity sys_cpuset_setaffinity
 endif




More information about the Glibc-bsd-commits mailing list