index
:
android_bionic
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
include
/
sys
/
cdefs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Implement _FILE_OFFSET_BITS (mostly)."
Elliott Hughes
2015-02-18
1
-0
/
+9
|
\
|
*
Implement _FILE_OFFSET_BITS (mostly).
Elliott Hughes
2015-02-17
1
-0
/
+9
*
|
Revert "Move use of __warnattr to __deprecated."
Yabin Cui
2015-02-17
1
-6
/
+2
*
|
Move use of __warnattr to __deprecated.
Yabin Cui
2015-02-17
1
-2
/
+6
*
|
Declare getgrent/setgrent/endgrent as missing.
Yabin Cui
2015-02-13
1
-2
/
+4
|
/
*
Put back inline definitions if using an old API.
Dan Albert
2015-01-29
1
-0
/
+6
*
Remove more BSD cruft from the public headers.
Elliott Hughes
2014-12-19
1
-8
/
+3
*
cdefs.h: add artificial attribute to FORTIFY_SOURCE functions
Nick Kralevich
2014-10-06
1
-0
/
+7
*
Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"
Nick Kralevich
2014-10-06
1
-1
/
+1
*
cdefs.h: add artificial attribute to FORTIFY_SOURCE functions
Nick Kralevich
2014-10-04
1
-1
/
+1
*
_GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE.
Elliott Hughes
2014-09-04
1
-4
/
+13
*
Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.
Elliott Hughes
2014-08-29
1
-19
/
+19
*
Move the meat of <features.h> into <sys/cdefs.h>.
Elliott Hughes
2014-08-19
1
-2
/
+16
*
Improve <sys/cdefs.h>.
Elliott Hughes
2014-08-18
1
-71
/
+25
*
Add C11 <stdatomic.h>.
Elliott Hughes
2014-05-23
1
-0
/
+18
*
Define __WORDSIZE like glibc.
Elliott Hughes
2014-04-03
1
-0
/
+7
*
Use __inline__ for fortify.
Elliott Hughes
2014-02-03
1
-1
/
+1
*
Move bionic over to GCC's 'warning' attribute.
Elliott Hughes
2013-12-17
1
-0
/
+2
*
Switch to upstream sleep(3) and usleep(3).
Elliott Hughes
2013-11-20
1
-7
/
+0
*
cdefs.h: introduce __bos0
Nick Kralevich
2013-08-28
1
-0
/
+9
*
Add <sys/statvfs.h>.
Elliott Hughes
2013-07-09
1
-2
/
+4
*
libc: add limited FORTIFY_SOURCE support for clang
Nick Kralevich
2013-06-18
1
-3
/
+2
*
libc: Introduce __errordecl()
Nick Kralevich
2013-06-18
1
-0
/
+6
*
Add more __restricts, clean up __format__ attributes.
Elliott Hughes
2013-05-14
1
-0
/
+3
*
libc: upgrade sprintf to _FORTIFY_SOURCE=2
Nick Kralevich
2013-04-29
1
-2
/
+2
*
strncpy: implement _FORTIFY_SOURCE=2
Nick Kralevich
2013-04-29
1
-0
/
+6
*
Fix builds where _FORTIFY_SOURCE is off.
Elliott Hughes
2013-03-22
1
-1
/
+2
*
Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.
Elliott Hughes
2013-02-06
1
-2
/
+2
*
Document the mallinfo struct, add missing attributes.
Elliott Hughes
2013-02-04
1
-0
/
+6
*
Upgrade libm.
Elliott Hughes
2013-02-01
1
-0
/
+15
*
Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"
David 'Digit' Turner
2012-10-17
1
-8
/
+0
*
libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>
David 'Digit' Turner
2012-10-17
1
-0
/
+8
*
disable _FORTIFY_SOURCE under clang
Nick Kralevich
2012-08-29
1
-1
/
+1
*
Revert "Fix the clang build: this compiler doesn't support the gnu_inline fun...
Shih-wei Liao
2012-08-03
1
-7
/
+0
*
Fix the clang build: this compiler doesn't support the gnu_inline function at...
Shih-wei Liao
2012-08-03
1
-0
/
+7
*
FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro
Nick Kralevich
2012-07-13
1
-0
/
+1
*
_FORTIFY_SOURCE: add memset / bzero support
Nick Kralevich
2012-06-07
1
-0
/
+8
*
string.h: add __attribute__ ((pure)) to string functions
Nick Kralevich
2012-03-21
1
-0
/
+2
*
libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++
David 'Digit' Turner
2011-03-22
1
-3
/
+3
*
libc: Add <android/api-level.h>
David 'Digit' Turner
2010-12-06
1
-0
/
+1
*
Remove compiler warnings when building Bionic.
David 'Digit' Turner
2010-06-22
1
-11
/
+128
*
wchar.h: improve wchar_t support in Bionic
David 'Digit' Turner
2010-06-15
1
-0
/
+8
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+376
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-376
/
+0
*
Initial Contribution
android-1.0
The Android Open Source Project
2008-10-21
1
-0
/
+376