projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b7b900
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Mon, 7 Sep 1998 02:18:43 +0000
(
02:18
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 7 Sep 1998 02:18:43 +0000
(
02:18
+0000)
lib/posixtm.h
patch
|
blob
|
history
diff --git
a/lib/posixtm.h
b/lib/posixtm.h
index f2bca79439a6681b67a92b912327f21652e6e69e..36ffc016cba14846244e9cf80e35a1de908bff8e 100644
(file)
--- a/
lib/posixtm.h
+++ b/
lib/posixtm.h
@@
-1,11
+1,16
@@
+#ifndef POSIXTM_H_
+# define POSIXTM_H_
+
/* POSIX Date Syntax flags. */
-#define PDS_LEADING_YEAR 1
-#define PDS_TRAILING_YEAR 2
-#define PDS_CENTURY 4
-#define PDS_SECONDS 8
+#
define PDS_LEADING_YEAR 1
+#
define PDS_TRAILING_YEAR 2
+#
define PDS_CENTURY 4
+#
define PDS_SECONDS 8
time_t
posixtime (const char *s, unsigned int syntax_bits);
struct tm *
posixtm (const char *s, unsigned int syntax_bits);
+
+#endif