We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc73f1 commit 3e9edc6Copy full SHA for 3e9edc6
.github/workflows/build.yml
@@ -428,7 +428,7 @@ jobs:
428
429
- name: Publish package
430
if: ${{ github.ref == 'refs/heads/master' }}
431
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@2.4.2
432
with:
433
arguments: publish
434
build-root-directory: bindings/java
CMakeLists.txt
@@ -321,6 +321,10 @@ else()
321
endif()
322
323
324
+#
325
+# POSIX conformance
326
327
+
328
# clock_gettime came in POSIX.1b (1993)
329
# CLOCK_MONOTONIC came in POSIX.1-2001 / SUSv3 as optional
330
# posix_memalign came in POSIX.1-2001 / SUSv3
0 commit comments