[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.11-171-g90308ca



The following commit has been merged in the master branch:
commit 90308cae311ea79b0950b23e76014fab4f3c1750
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Feb 17 14:10:10 2013 +0100

    data/binaries/lfs-symbols: Add __{,f,l}xstat symbols
    
    ... and remove the {,f,l}stat variants as they will not appear in the
    resulting binary (e.g. fstat will be mapped to __fxstat.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/data/binaries/lfs-symbols b/data/binaries/lfs-symbols
index 64692ca..3f1aa1b 100644
--- a/data/binaries/lfs-symbols
+++ b/data/binaries/lfs-symbols
@@ -5,6 +5,10 @@
 #
 # Please keep this sorted by key.
 
+__fxstat
+__fxstatat
+__lxstat
+__xstat
 aio_cancel
 aio_error
 aio_fsync
@@ -20,8 +24,6 @@ fopen
 freopen
 fseeko
 fsetpos
-fstat
-fstatat
 fstatfs
 fstatvfs
 ftello
@@ -39,7 +41,6 @@ globfree
 lio_listio
 lockf
 lseek
-lstat
 mkostemp
 mkostemps
 mkstemp
@@ -60,7 +61,6 @@ readdir_r
 scandir
 sendfile
 setrlimit
-stat
 statfs
 statvfs
 tmpfile

-- 
Debian package checker


Reply to: