提交 86d223a7 编写于 作者: D Daniel P. Berrangé

bootstrap: remove now unused gnulib modules

* canonicalize-lgpl: replaced by realpath()/g_canonicalize_filename()
* clock-gettime: replaced by g_get_(real|monotonic)_time
* dirname-lgpl: replaced by g_path_get_dirname()
* fclose: we aren't affected by any portability problems it fixes
* fdatasync: every platform we call fdatasync on has it present
* fsync: replaced by g_fsync()
* fnmatch: replaced by g_pattern_match()
* getcwd-lgpl: replaced by g_get_current_dir()
* gethostname: replaced by g_get_hostname()
* gettimeofday: replaced by g_get_(real|monotonic)_time
* setenv: replaced by g_setenv()
* strptime: replaced by GDateTime
* timegm: replaced by GDateTime
* unsetenv: replaced by g_unsetenv()
Reviewed-by: NFabiano Fidêncio <fidencio@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 810613a6
...@@ -20,27 +20,17 @@ ...@@ -20,27 +20,17 @@
gnulib_modules=' gnulib_modules='
accept accept
bind bind
canonicalize-lgpl
chown chown
clock-time
close close
connect connect
configmake configmake
dirname-lgpl
environ environ
fclose
fcntl fcntl
fcntl-h fcntl-h
fdatasync
fnmatch
fsync
getaddrinfo getaddrinfo
getcwd-lgpl
gethostname
getpass getpass
getpeername getpeername
getsockname getsockname
gettimeofday
intprops intprops
ioctl ioctl
largefile largefile
...@@ -61,23 +51,19 @@ posix-shell ...@@ -61,23 +51,19 @@ posix-shell
pthread_sigmask pthread_sigmask
recv recv
send send
setenv
setsockopt setsockopt
sigaction sigaction
sigpipe sigpipe
socket socket
stat-time stat-time
strchrnul strchrnul
strptime
strtok_r strtok_r
sys_stat sys_stat
sys_wait sys_wait
termios termios
time_r time_r
timegm
ttyname_r ttyname_r
uname uname
unsetenv
verify verify
waitpid waitpid
warnings warnings
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册