mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
Replace _ with - in source file names
This commit is contained in:
parent
48742163fd
commit
23b96ad2a6
29 changed files with 28 additions and 28 deletions
8
include/common/fd-util.h
Normal file
8
include/common/fd-util.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_FD_UTIL_H
|
||||
#define LABWC_FD_UTIL_H
|
||||
|
||||
void increase_nofile_limit(void);
|
||||
void restore_nofile_limit(void);
|
||||
|
||||
#endif /* LABWC_FD_UTIL_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue