A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/8fdf1b265d982b80bfa8e6d98374514ece20a03e below:

define NAME_MAX from _XOPEN_NAME_MAX · neovim/neovim@8fdf1b2 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+4

-0

lines changed Original file line number Diff line number Diff line change

@@ -13,6 +13,10 @@

13 13

# include "nvim/os/unix_defs.h"

14 14

#endif

15 15 16 +

#if !defined(NAME_MAX) && defined(_XOPEN_NAME_MAX)

17 +

#define NAME_MAX _XOPEN_NAME_MAX

18 +

#endif

19 + 16 20

#define BASENAMELEN (NAME_MAX - 5)

17 21 18 22

// Use the system path length if it makes sense.

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4