diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 00:53:21 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 00:53:21 +0000 |
commit | cce72e8860e207b5be84acb82c75f0e644a60e29 (patch) | |
tree | cce59bbc3af80cd57773205c0b711fdd9967fada /lib/libc/stdtime | |
parent | 51f38c318bd5ecd8ab91bfcfe6648a56f7a8ea64 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r-- | lib/libc/stdtime/Symbol.map | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/libc/stdtime/Symbol.map b/lib/libc/stdtime/Symbol.map new file mode 100644 index 000000000000..43b4d8e39110 --- /dev/null +++ b/lib/libc/stdtime/Symbol.map @@ -0,0 +1,34 @@ +# $FreeBSD$ + +FBSD_1.0 { + _time32_to_time; + _time_to_time32; + _time64_to_time; + _time_to_time64; + _time_to_long; + _long_to_time; + _time_to_int; + _int_to_time; + strptime; + strftime; + tzname; + tzsetwall; + tzset; + localtime; + localtime_r; + gmtime; + gmtime_r; + offtime; + ctime; + ctime_r; + mktime; + timelocal; + timegm; + timeoff; + gtime; + time2posix; + posix2time; + difftime; + asctime_r; + asctime; +}; |