projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79ceaf
)
meson: Remove obsolete function test
author
Peter Eisentraut
<
[email protected]
>
Thu, 11 Apr 2024 10:44:54 +0000
(12:44 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 11 Apr 2024 10:46:29 +0000
(12:46 +0200)
The test for pstat was removed from configure by
9db300ce6e3
but not
from meson.build. Do that now.
meson.build
patch
|
blob
|
blame
|
history
diff --git
a/meson.build
b/meson.build
index 077edc8644a86e299ae35dbc9280762dad5cf6ba..4e6890a5909a84d220c581a088d5aeac79945e46 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2432,7
+2432,6
@@
func_checks = [
['posix_fadvise'],
['posix_fallocate'],
['ppoll'],
- ['pstat'],
['pthread_barrier_wait', {'dependencies': [thread_dep]}],
['pthread_is_threaded_np', {'dependencies': [thread_dep]}],
['sem_init', {'dependencies': [rt_dep, thread_dep], 'skip': sema_kind != 'unnamed_posix', 'define': false}],