Skip to content

Commit

Permalink
fix: backport to libfaketime v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Aug 6, 2024
1 parent 78027d2 commit c8a6953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfaketime/vendor/libfaketime
Submodule libfaketime updated 50 files
+0 −23 .github/workflows/make-test.yml
+1 −8 .gitignore
+1 −11 .travis.yml
+0 −1 Makefile
+0 −38 NEWS
+7 −139 README
+1 −15 README.OSX
+0 −67 README.packagers
+1 −1 man/Makefile
+24 −42 man/faketime.1
+18 −59 src/Makefile
+7 −24 src/Makefile.OSX
+16 −56 src/faketime.c
+1 −40 src/faketime_common.h
+352 −1,228 src/libfaketime.c
+1 −1 src/sunos_endian.h
+4 −16 src/time_ops.h
+5 −52 test/Makefile
+0 −8 test/_libtest.c
+0 −5 test/_run_test.c
+0 −7 test/_use_lib_test.c
+1 −2 test/functests/common.inc
+0 −21 test/randomtest.sh
+0 −40 test/repeat_random.c
+0 −72 test/snippets/README
+0 −8 test/snippets/clock_gettime.c
+0 −1 test/snippets/clock_gettime.variable
+0 −8 test/snippets/clock_gettime_heap.c
+0 −1 test/snippets/clock_gettime_heap.variable
+0 −6 test/snippets/getentropy.c
+0 −1 test/snippets/getentropy.variable
+0 −2 test/snippets/getpid.c
+0 −1 test/snippets/getpid.variable
+0 −7 test/snippets/getrandom.c
+0 −1 test/snippets/getrandom.variable
+0 −9 test/snippets/include_headers.h
+0 −2 test/snippets/syscall.c
+0 −8 test/snippets/syscall_clock_gettime.c
+0 −1 test/snippets/syscall_clock_gettime.variable
+0 −8 test/snippets/syscall_clock_gettime_heap.c
+0 −1 test/snippets/syscall_clock_gettime_heap.variable
+0 −2 test/snippets/time.c
+0 −1 test/snippets/time.variable
+16 −18 test/test.sh
+0 −10 test/test_constructors.sh
+0 −54 test/test_variable_data.sh
+1 −11 test/timetest.c
+0 −46 test/variadic/inner.c
+0 −70 test/variadic/main.c
+0 −21 test/variadic/outer.c

0 comments on commit c8a6953

Please sign in to comment.