]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #26578 from thkukuk/main
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 Feb 2023 22:54:11 +0000 (07:54 +0900)
committerGitHub <noreply@github.com>
Sat, 25 Feb 2023 22:54:11 +0000 (07:54 +0900)
sd-login: add sd_uid_get_login_time interface #26574

1  2 
src/libsystemd/libsystemd.sym

index 6ac6c7cef891a04fff1f6abaf1d81ce326a80b47,b54417f3d112bf9d938324e8d0e0ac5e28126633..53db234a0c32ff4a547600b9e5bf8d63bf079b38
@@@ -814,7 -815,7 +814,8 @@@ global
  
  LIBSYSTEMD_254 {
  global:
 +        sd_journal_get_seqnum;
          sd_session_get_username;
          sd_session_get_start_time;
+         sd_uid_get_login_time;
  } LIBSYSTEMD_253;