Skip to content

Commit

Permalink
Mention POSIX requirement in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Aug 8, 2023
1 parent 5b22e0f commit 3081198
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ Or with [MacPorts](https://ports.macports.org/port/libmaxminddb):

$ sudo port install libmaxminddb

# Requirements

libmaxminddb requires a minimum of POSIX.1-2001 support. If not specified
at compilation time, it defaults to requesting POSIX.1-2008 support.

# Bug Reports

Please report bugs by filing an issue with our GitHub issue tracker at
Expand Down
5 changes: 5 additions & 0 deletions doc/libmaxminddb.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,11 @@ int main(int argc, char **argv)
}
```
# REQUIREMENTS
libmaxminddb requires a minimum of POSIX.1-2001 support. If not specified
at compilation time, it defaults to requesting POSIX.1-2008 support.
# THREAD SAFETY
This library is thread safe when compiled and linked with a thread-safe
Expand Down

0 comments on commit 3081198

Please sign in to comment.