-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a single internal header for all our shared but private code. Remove now unused shl_misc.h. Signed-off-by: David Herrmann <[email protected]>
- Loading branch information
David Herrmann
committed
Oct 23, 2013
1 parent
c269320
commit ff78dc6
Showing
6 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* shl - Miscellaneous small helpers | ||
* TSM - Main internal header | ||
* | ||
* Copyright (c) 2011-2013 David Herrmann <[email protected]> | ||
* | ||
|
@@ -23,17 +23,11 @@ | |
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
*/ | ||
|
||
/* | ||
* Miscellaneous helpers | ||
*/ | ||
|
||
#ifndef SHL_MISC_H | ||
#define SHL_MISC_H | ||
#ifndef TSM_LIBTSM_INT_H | ||
#define TSM_LIBTSM_INT_H | ||
|
||
#include <errno.h> | ||
#include <limits.h> | ||
#include <stdlib.h> | ||
|
||
#define SHL_EXPORT __attribute__((visibility("default"))) | ||
|
||
#endif /* SHL_MISC_H */ | ||
#endif /* TSM_LIBTSM_INT_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters