Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Xing Lin
  • qemu
  • Repository
Switch branch/tag
  • qemu
  • block.c
Find file BlameHistoryPermalink
  • Stefan Weil's avatar
    Replace remaining gmtime, localtime by gmtime_r, localtime_r · eb7ff6fb
    Stefan Weil authored Jan 07, 2013
    
    
    This allows removing of MinGW specific code and improves
    reentrancy for POSIX hosts.
    
    [Removed unused ret variable in qemu_get_timedate() to fix warning:
    vl.c: In function ‘qemu_get_timedate’:
    vl.c:451:16: error: variable ‘ret’ set but not used [-Werror=unused-but-set-variable]
    -- Stefan Hajnoczi]
    Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    eb7ff6fb

Replace block.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.